aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-08-31 17:15:30 +0200
committerChrisC <christophe.closset@intl.att.com>2020-08-31 17:15:30 +0200
commitc3e33ce9d5e65172122389c130721d9c776a7e5e (patch)
tree6beca77fa0bf2e14e55c84255493aeecec931149 /tsconfig.json
parentebec31d19d829d93e5e0a96db3e54036c5bd1450 (diff)
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 <christophe.closset@intl.att.com> Change-Id: I16ad0af22c602194ed645d115e61f6692b9229b9
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
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