Skip to content

Commit

Permalink
build: exclude vue-tsc-typescript fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Mar 24, 2022
1 parent c136c43 commit 740cedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"types": "lib/main.d.ts",
"files": [
"lib"
"lib",
"!lib/checkers/vueTsc/typescript-vue-tsc"
],
"scripts": {
"watch:node": "tsc -p tsconfig.build.json --watch",
Expand Down

0 comments on commit 740cedf

Please sign in to comment.