mirror of
https://gitee.com/devil_root/snake.git
synced 2025-04-11 01:31:10 +00:00
10 lines
191 B
JSON
10 lines
191 B
JSON
|
{
|
||
|
/* Base configuration. Do not edit this field. */
|
||
|
"extends": "./temp/tsconfig.cocos.json",
|
||
|
|
||
|
/* Add your custom configuration here. */
|
||
|
"compilerOptions": {
|
||
|
"strict": false
|
||
|
}
|
||
|
}
|