build: readd missed tsconfig file
[poolifier.git] / tsconfig.build.json
diff --git a/tsconfig.build.json b/tsconfig.build.json
new file mode 100644 (file)
index 0000000..87915c1
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "extends": "./tsconfig.json",
+  "compilerOptions": {
+    "sourceMap": true
+  },
+  "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
+}