X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.development.json;h=87915c1e67db042c15cc271103d0070baf6c54d9;hb=fbda1e26420fdabd486af047e06c1c9b554ba592;hp=5635d6cd1b76d42bfbad4493c495148eaabc6541;hpb=660940b0fcdbafb80d3c01684b668f55980bfa67;p=poolifier.git diff --git a/tsconfig.development.json b/tsconfig.development.json index 5635d6cd..87915c1e 100644 --- a/tsconfig.development.json +++ b/tsconfig.development.json @@ -2,5 +2,6 @@ "extends": "./tsconfig.json", "compilerOptions": { "sourceMap": true - } + }, + "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"] }