Skip to content

Commit

Permalink
chore: fix volar ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinXu committed Apr 11, 2022
1 parent 759e482 commit d9c87d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -14,14 +14,15 @@
"noUnusedLocals": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"types": [
"vite/client",
"vite-plugin-pages/client",
"vitest/importMeta"
],
"paths": {
"~/*": ["src/*"]
}
},
},
"exclude": ["dist", "node_modules"]
}

0 comments on commit d9c87d8

Please sign in to comment.