hefeihvac_java/node_modules/claygl/jsconfig.json

9 lines
134 B
JSON
Raw Permalink Normal View History

2024-04-07 18:15:00 +08:00
{
"compilerOptions": {
"target": "ES6"
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}