CocosCyberpunk/tsconfig.json
2023-02-22 09:50:51 +08:00

14 lines
307 B
JSON

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