{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "es2023", "lib": ["ES2023"], "types": ["node"], "skipLibCheck": true, /* Bundler mode */ "module": "nodenext", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "noUnusedLocals": true, "noUnusedParameters": true, "ignoreDeprecations": "6.0", "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true }, "include": [ "vite.config.ts", "vitest.config.ts", "playwright.config.ts", "apps/capacitor/capacitor.config.ts" ] }