Skip to content

Commit

Permalink
build: Specify rootDir explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonAlling committed Jul 18, 2024
1 parent 15a1366 commit 71afa94
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 @@ -21,6 +21,7 @@
"noUnusedParameters": true,
"outDir": ".",
"removeComments": true,
"rootDir": "src",
"strict": true,
"target": "es2018",
},
Expand Down

0 comments on commit 71afa94

Please sign in to comment.