JisolGame/JisolGameCocos/tsconfig.json

12 lines
271 B
JSON
Raw Normal View History

2023-10-23 11:54:48 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
2023-10-23 18:56:01 +08:00
"lib": ["ES2017"],
2023-10-23 11:54:48 +08:00
/* Add your custom configuration here. */
"compilerOptions": {
2023-11-13 02:37:29 +08:00
"strict": false,
"allowSyntheticDefaultImports": true, // 需要开启
2023-10-23 11:54:48 +08:00
}
}