Skip to content

Commit 58083a1

Browse files
committed
chore: update tsconfig
1 parent 9591169 commit 58083a1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
"jsxImportSource": "vue",
1414
"types": ["vitest/globals"],
1515
"skipLibCheck": true,
16-
"paths": {
17-
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
18-
},
16+
"paths": {},
1917
"noEmit": true,
20-
"customConditions": ["dev"]
21-
}
18+
"customConditions": ["dev"],
19+
},
2220
}

0 commit comments

Comments
 (0)