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