From ce1f286167adaab9b8f79c83d6143c7b9d9d8ad9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 22 Sep 2023 13:11:28 +0200 Subject: [PATCH] build: readd missed tsconfig file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tsconfig.build.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tsconfig.build.json 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"] +} -- 2.34.1