Skip to content

Commit

Permalink
Specify just src for transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tanner committed Dec 6, 2021
1 parent 68340e1 commit 9d1b79f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false
}
},
"include": [
"src/**/*"
]
}

0 comments on commit 9d1b79f

Please sign in to comment.