Merge pull request #841 from poolifier/dependabot/npm_and_yarn/examples/typescript...
[poolifier.git] / tsconfig.production.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "verbatimModuleSyntax": true
5 },
6 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
7 }