Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/types/node-20...
[poolifier.git] / tsconfig.development.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "sourceMap": true,
5 "verbatimModuleSyntax": true
6 },
7 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
8 }