JisolGame/JisolGameCocos/tsconfig.json
DESKTOP-5RP3AKU\Jisol c519fae9a4 提交新手引导
2023-11-13 02:37:29 +08:00

12 lines
271 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
"lib": ["ES2017"],
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false,
"allowSyntheticDefaultImports": true, // 需要开启
}
}