{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true }, "include": [ "src/**/*.ts", "src/**/*.vue", "src/**/*.d.ts" ], "exclude": [ "node_modules", "dist", "tests/**/*.js", "*.config.js", "babel.config.js", "vitest.config.js", "vue.config.js" ] }