build: cleanup TS configuration
[poolifier.git] / tsconfig.development.json
CommitLineData
660940b0
JB
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
2092c35f 4 "sourceMap": true,
ce68dd22
JB
5 },
6 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
660940b0 7}