cocos-enhance-kit/extension/templates/2.4.13/3.0.0/worker/jsconfig.json
2024-12-13 17:21:50 +08:00

14 lines
272 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"skipLibCheck": true,
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
},
"include": [
"src",
"creator-worker.d.ts"
],
}