docs: generate documentation
[poolifier.git] / tsconfig.development.json
CommitLineData
660940b0
JB
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
5d4b2a88 4 "sourceMap": true
ce68dd22
JB
5 },
6 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
660940b0 7}