JisolGame/JisolGameCocos/tsconfig.json

12 lines
317 B
JSON
Raw Permalink Normal View History

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