Skip to content

Commit

Permalink
chore: set moduleResolution to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Mar 12, 2024
1 parent 25b9f4f commit 1415942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="vite/client" />
/// <reference types="vite-plugin-pages/client" />
/// <reference types="vite-plugin-vue-layouts/client" />
/// <reference types="vite-plugin-vue-layouts/client.d.ts" />
/// <reference types="vuetify2-component-types" />

interface ImportMetaEnv {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
Expand Down

0 comments on commit 1415942

Please sign in to comment.