mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES5",
|
|
"skipLibCheck": true,
|
|
"downlevelIteration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"include": [
|
|
"src",
|
|
"creator-worker.d.ts"
|
|
],
|
|
}
|