We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005e655 commit 35bced5Copy full SHA for 35bced5
tsconfig.json
@@ -2,7 +2,6 @@
2
"compilerOptions": {
3
"target": "ESNext",
4
"jsx": "preserve",
5
- "jsxFactory": "h",
6
"jsxImportSource": "vue-jsx-vapor",
7
"lib": ["esnext", "DOM"],
8
"useDefineForClassFields": false,
@@ -16,6 +15,5 @@
16
15
"esModuleInterop": true,
17
"skipLibCheck": true
18
},
19
- "include": ["packages"],
20
- "exclude": ["**/dist", "eslint.config.ts", "playground"]
+ "include": ["packages"]
21
}
0 commit comments