mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
12 lines
271 B
JSON
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, // 需要开启
|
|
}
|
|
}
|