diff --git a/vue3-TS-compAPI/tsconfig.json b/vue3-TS-compAPI/tsconfig.json index 16e4e43..e941edb 100644 --- a/vue3-TS-compAPI/tsconfig.json +++ b/vue3-TS-compAPI/tsconfig.json @@ -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"] }