7 lines
160 B
JSON
7 lines
160 B
JSON
{
|
|
"extends": "./temp/tsconfig.cocos.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true, // 需要开启
|
|
"noImplicitThis": false,
|
|
}
|
|
} |