Skip to content

Commit

Permalink
fix: include vite.config.ts in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 13, 2023
1 parent eca77ed commit de898f7
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 @@ -17,5 +17,5 @@
"noImplicitAny": false,
"resolveJsonModule": true
},
"include": ["src"]
"include": ["src", "vite.config.ts"]
}

0 comments on commit de898f7

Please sign in to comment.