Skip to content

Commit a98d293

Browse files
committed
chore: format
1 parent 9591169 commit a98d293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"types": ["vitest/globals"],
1515
"skipLibCheck": true,
1616
"paths": {
17-
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
17+
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"],
1818
},
1919
"noEmit": true,
20-
"customConditions": ["dev"]
21-
}
20+
"customConditions": ["dev"],
21+
},
2222
}

0 commit comments

Comments
 (0)