mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-10 01:06:08 +08:00
8 lines
195 B
JSON
8 lines
195 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": true
|
|
}
|
|
} |