build: readd missed tsconfig file
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 22 Sep 2023 11:11:28 +0000 (13:11 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 22 Sep 2023 11:11:28 +0000 (13:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tsconfig.build.json [new file with mode: 0644]

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"]
+}