Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaal committed Jan 23, 2020
1 parent dc5be99 commit 86a782c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web-ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"downlevelIteration": true,
"module": "esnext",
"outDir": "./dist/out-tsc",
Expand All @@ -24,6 +25,9 @@
"es2019.string"
],
"paths": {
"jszip": [
"../node_modules/jszip/dist/jszip.min.js"
],
"@angular/": [
"./node_modules/@angular/"
]
Expand Down

0 comments on commit 86a782c

Please sign in to comment.