mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
"lib": ["ES2017"],
|
|
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false
|
|
}
|
|
}
|