Skip to content

Commit

Permalink
Fix tsconfig output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Oct 17, 2024
1 parent 3611f9c commit 0b66c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "./",
"declarationDir": "./app",
"strictPropertyInitialization": false,
"strict": true,
"baseUrl": ".",
Expand Down

0 comments on commit 0b66c17

Please sign in to comment.