Skip to content

Commit

Permalink
fix: @types/react vue-tsc error
Browse files Browse the repository at this point in the history
fixed #1
  • Loading branch information
Mario34 committed Apr 28, 2022
1 parent 167b67f commit 9f8fa34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/icon-vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"jsx": "preserve",
"lib": ["esnext", "dom"],
"rootDir": ".",
"types": [],
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts", "src/**/*.vue"]
}

0 comments on commit 9f8fa34

Please sign in to comment.