Skip to content

Commit

Permalink
tsconfig.json: exclude dist
Browse files Browse the repository at this point in the history
Avoids the following error:
Cannot write file './dist/services/service.js' because it would
overwrite input file.
  • Loading branch information
throwaway96 committed Mar 3, 2024
1 parent 24e86f5 commit cff934b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"esModuleInterop": true
},
"exclude": [
"dist",
"node_modules",
"lib"
]
Expand Down

0 comments on commit cff934b

Please sign in to comment.