Skip to content

Commit

Permalink
added --noResolve compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
GSKryachko committed Jul 5, 2019
1 parent 094c5b0 commit d1b3137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"noResolve" : true,
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"declaration": true,
Expand All @@ -19,4 +20,4 @@
"node_modules",
"**/*.spec.ts"
]
}
}

0 comments on commit d1b3137

Please sign in to comment.