cocos-enhance-kit/extension/templates/2.4.13/2.3.0/worker/jsconfig.json

14 lines
272 B
JSON

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