SuperScrollView_3.X/tsconfig.json

7 lines
160 B
JSON
Raw Permalink Normal View History

2022-01-13 09:21:54 +00:00
{
"extends": "./temp/tsconfig.cocos.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true, // 需要开启
"noImplicitThis": false,
}
}