Skip to content

Commit

Permalink
chore(tsconfig.release.json) rootDir set to src
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Jan 2, 2019
1 parent 401ea68 commit 68b5aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.release.json
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "src",
"outDir": "dist",
"removeComments": true
},
Expand Down

0 comments on commit 68b5aa9

Please sign in to comment.