Files
cocos-engine/scripts/build-engine/tsconfig.json
PP 7f889a1a78 support ConstantManager (#11392)
* 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
2022-06-10 13:35:46 +08:00

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/**/*"
]
}