Files
Monopoly/tsconfig.json
2026-03-30 09:39:59 +08:00

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