mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
* support ConstantManager update * add unit test for ConstantManager handle Escape in unit test * fix `gulp build-h5-source` * publish * update deps update lock * update unit test * merge ConstantManager into StatsQuery && merge cc.config.json update * make dynamic ccGlobal optional * publish 4.3.2 and update deps * export StatsQuery * export some interface * update deps
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"out",
|
|
"tests/**/*"
|
|
]
|
|
}
|