Skip to content

Commit

Permalink
chore: correct tsconfig root dir of app-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Aug 19, 2023
1 parent 91d1fe5 commit ea3fa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-renderer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": ".",
"incremental": false,
"noEmit": true,
"rootDir": ".",
"rootDir": "src",

"plugins": [
{
Expand Down

0 comments on commit ea3fa35

Please sign in to comment.