Files
rougelike-demo/client/tsconfig.json
2025-12-14 22:36:58 +08:00

12 lines
247 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"target": "es2020",
"downlevelIteration": true
}
}