X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.build.json;fp=tsconfig.build.json;h=87915c1e67db042c15cc271103d0070baf6c54d9;hb=ce1f286167adaab9b8f79c83d6143c7b9d9d8ad9;hp=0000000000000000000000000000000000000000;hpb=890ed48b416b065663ab8523a4d2a69b3f9042e1;p=poolifier.git diff --git a/tsconfig.build.json b/tsconfig.build.json new file mode 100644 index 00000000..87915c1e --- /dev/null +++ b/tsconfig.build.json @@ -0,0 +1,7 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "sourceMap": true + }, + "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"] +}