24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"DOM",
|
|
"ES2017"
|
|
],
|
|
"strict": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true
|
|
},
|
|
"exclude": [
|
|
"build",
|
|
"build-templates",
|
|
"doc",
|
|
"library",
|
|
"node_modules",
|
|
"profiles",
|
|
"settings",
|
|
"temp"
|
|
]
|
|
} |