SafetyScreen-ui/node_modules/claygl/jsconfig.json

9 lines
134 B
JSON
Raw Permalink Normal View History

2025-03-29 19:33:58 +08:00
{
"compilerOptions": {
"target": "ES6"
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}