From c3e33ce9d5e65172122389c130721d9c776a7e5e Mon Sep 17 00:00:00 2001 From: ChrisC Date: Mon, 31 Aug 2020 17:15:30 +0200 Subject: Fix Build Fix build issue, updating TS and moving some files around to meet the new version requirements Issue-ID: SDC-3203 Signed-off-by: ChrisC Change-Id: I16ad0af22c602194ed645d115e61f6692b9229b9 --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 25cb4c6..b4ab1b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,10 +9,11 @@ "forceConsistentCasingInFileNames": true, "sourceMap": true, "declaration": true, - "rootDir": "src" + "rootDir": "src", + "skipLibCheck": true }, "files": [ - "./index.ts" + "./src/index.ts" ], "compileOnSave": false, "buildOnSave": false -- cgit 1.2.3-korg