Skip to content

Commit

Permalink
chore(tsconfig): vite pwa types
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Jan 10, 2022
1 parent bc27fc5 commit 25bef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/better-write-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"noImplicitAny": false,
"types": ["@intlify/vite-plugin-vue-i18n/client", "vite/client"],
"types": ["@intlify/vite-plugin-vue-i18n/client", "vite/client", "vite-plugin-pwa/client"],
"paths": {
"@/*": ["src/*"]
},
Expand Down

0 comments on commit 25bef9a

Please sign in to comment.