CocosCyberpunk/tsconfig.json

14 lines
307 B
JSON
Raw Normal View History

2023-02-22 09:50:51 +08:00
{
/* 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,
}
}