Files
oops-game-kit/tsconfig.json
2024-02-29 10:13:01 +08:00

8 lines
188 B
JSON

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