hefeihvac_java/node_modules/claygl/jsconfig.json

9 lines
134 B
JSON

{
"compilerOptions": {
"target": "ES6"
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}