Skip to content

Commit

Permalink
fix: workaround for vitejs/vite#15714
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Feb 2, 2024
1 parent e768950 commit 0daa219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/tsconfig.build.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"rootDir": "src/"
"rootDir": "src/",
"skipLibCheck": true
},
"extends": "./tsconfig.node.json",
"include": ["./src/vite-plugin.ts", "./src/virtualModules.ts"]
Expand Down

0 comments on commit 0daa219

Please sign in to comment.