SuperScrollView_3.X/tsconfig.json
2022-01-13 17:21:54 +08:00

7 lines
160 B
JSON

{
"extends": "./temp/tsconfig.cocos.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true, // 需要开启
"noImplicitThis": false,
}
}