Files
rougelike-demo/client/tsconfig.json

12 lines
247 B
JSON
Raw Permalink Normal View History

2025-12-14 22:36:58 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"target": "es2020",
"downlevelIteration": true
}
}