{ "extends": "../../tsconfig.base.json", "compilerOptions": { "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strictNullChecks": true, "alwaysStrict": true, "noImplicitAny": true, "strictBindCallApply": false, "noEmit": true, "types": ["node"], "paths": { "@/*": ["./src/*"] } }, "include": ["src/**/*.ts", "vite.config.ts"], "exclude": ["node_modules", "dist"] }