Skip to content

Commit

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

0 comments on commit a98d293

Please sign in to comment.