From b8bfb4542b847004213ddb2294e982bf666cc1a4 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Tue, 11 Jan 2022 10:50:07 +0100 Subject: chore: setup ts build --- tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..b50049a9 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "rootDir": "src", + "outDir": "lib", + "declaration": true + } +} -- cgit v1.2.3