mirror of
https://github.com/Floriansylvain/templates_vuejs.git
synced 2026-08-19 11:43:21 +02:00
Added missing .vue include
This commit is contained in:
@@ -100,6 +100,6 @@
|
|||||||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
"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"]
|
"exclude": ["src/**/*.test.ts", "node_modules"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user