Skip to content

Commit

Permalink
fix(tsconfig): adjust baseUrl, fixes #220
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 22, 2018
1 parent b7f6a1f commit 04c80f3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
31 changes: 23 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"baseUrl": "./src",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
Expand Down

0 comments on commit 04c80f3

Please sign in to comment.