Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Hanchett committed Jun 23, 2022
1 parent b52685c commit e7941ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/tsconfig.json
Expand Up @@ -5,7 +5,7 @@
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"declaration": false,
"declaration": false, // this is overriden in the vite.config.ts typescript2 settings
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down

0 comments on commit e7941ae

Please sign in to comment.