mirror of
https://gitee.com/ccc_28/level-render
synced 2024-12-25 19:28:39 +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
|
||
|
}
|
||
|
}
|