CGamesClient/tsconfig.json
2025-11-16 19:18:00 +08:00

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"
]
}