18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"noImplicitAny": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"library",
|
|
"local",
|
|
"temp",
|
|
"build",
|
|
"settings",
|
|
"extensions"
|
|
]
|
|
} |