Added missing .vue include

This commit is contained in:
Florian Sylvain
2023-03-19 01:16:41 +01:00
committed by GitHub
parent 1497a7094a
commit 5b90501ceb
+1 -1
View File
@@ -100,6 +100,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src/**/*", "vite.config.*"],
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "vite.config.*"],
"exclude": ["src/**/*.test.ts", "node_modules"]
}