Skip to content

Commit 35bced5

Browse files
committed
chore: update tsconfig
1 parent 005e655 commit 35bced5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"jsx": "preserve",
5-
"jsxFactory": "h",
65
"jsxImportSource": "vue-jsx-vapor",
76
"lib": ["esnext", "DOM"],
87
"useDefineForClassFields": false,
@@ -16,6 +15,5 @@
1615
"esModuleInterop": true,
1716
"skipLibCheck": true
1817
},
19-
"include": ["packages"],
20-
"exclude": ["**/dist", "eslint.config.ts", "playground"]
18+
"include": ["packages"]
2119
}

0 commit comments

Comments
 (0)