Skip to content

Commit

Permalink
chore(tsconfig.json): exclude node_modules and dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Makila committed Sep 9, 2020
1 parent 3103423 commit f2afcd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"outDir": "dist"
}
},
"exclude": [
"node_modules",
"dist"
]
}

0 comments on commit f2afcd6

Please sign in to comment.