Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 21, 2024
1 parent 9591169 commit 58083a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
"jsxImportSource": "vue",
"types": ["vitest/globals"],
"skipLibCheck": true,
"paths": {
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
},
"paths": {},
"noEmit": true,
"customConditions": ["dev"]
}
"customConditions": ["dev"],
},
}

0 comments on commit 58083a1

Please sign in to comment.