mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-25 19:04:43 +00:00
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"lib": [ "dom", "es5", "es2015.promise" ,"es2015", "es2017" ],
|
|
"allowSyntheticDefaultImports": true, // 需要开启
|
|
}
|
|
}
|