87915c1e67db042c15cc271103d0070baf6c54d9
[poolifier.git] / tsconfig.development.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "sourceMap": true
5 },
6 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
7 }