From df785fbf4026ee4c55f4dc45cecf18034b482a97 Mon Sep 17 00:00:00 2001 From: Eric Gustavsson Date: Tue, 6 Aug 2019 12:09:28 +0200 Subject: [PATCH] Updated TSConfig to work --- tsconfig.gen-dts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.gen-dts.json b/tsconfig.gen-dts.json index bf7b693a..0fc71f63 100644 --- a/tsconfig.gen-dts.json +++ b/tsconfig.gen-dts.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, - "emitDeclarationOnly": true, - "outDir": "./dist" + "outDir": "./dist", + "rootDir": "./src" } } \ No newline at end of file