Skip to content

Commit

Permalink
chore(): add rootDir option
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Sep 24, 2018
1 parent 4eef42f commit 1c332e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dom",
"es2015"
],
"outDir": "dist"
"outDir": "dist",
"rootDir": "src"
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 1c332e7

Please sign in to comment.