10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
/* Base configuration. Do not edit this field. */
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
/* Add your custom configuration here. */
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true
|
|
}
|
|
} |