Merge dependabot/npm_and_yarn/eslint-8.49.0 into combined-prs-branch
[poolifier.git] / tsconfig.development.json
... / ...
CommitLineData
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "sourceMap": true
5 },
6 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
7}