{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "allowJs": true, "types": ["vitest/globals", "vitest/importMeta", "vite/client", "node", "vitest"] }, "include": ["references.d.ts", "vite.config.ts", "vitest.setup.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.ts", "**/*.ios.ts"] }