lightweight-charts/tsconfig.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

11 lines
138 B
JSON

{
"extends": "./tsconfig.options.json",
"compilerOptions": {
"noEmit": true
},
"include": [
"src/**/*.ts",
"tests/**/*.ts"
]
}