mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
* init native pack tool * compile -> make * update command line * update readme * update android make * remove some config * run all platform * update install * fix encrypte script * fix mac/ios create * update readme * fix review * fix run mac * fix excuteTemplateTask * remove linux * update readme * update
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"rootDir": "./source",
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
]
|
|
}
|