lightweight-charts/tsconfig.composite.base.json
Evgeniy Timokhov 080aa9aa52 Introduced ts-transformer-properties-rename instead of ts-transformer-minify-privates
It allows to minify everything aren't exported to the public space,
so it reduces bundle size a lot (by several KB which is several % in min.gz)
2020-05-26 14:52:43 +03:00

10 lines
152 B
JSON

{
"extends": "./tsconfig.options.json",
"compilerOptions": {
"composite": true,
"outDir": "lib/composite"
},
"references": [],
"include": []
}