Skip to content

Commit

Permalink
Fix tsconfig output dir (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Oct 17, 2024
1 parent 3611f9c commit f910e67
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 f910e67

Please sign in to comment.