Skip to content

Commit

Permalink
Workaround errors when linting inherited from vite template
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 10, 2024
1 parent 4f82d3a commit 99db7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.ts", "src"]
}

0 comments on commit 99db7a8

Please sign in to comment.