{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "es2023", "lib": ["ES2023", "DOM", "DOM.Iterable"], "module": "esnext", "types": ["vite/client", "vitest/globals", "@testing-library/jest-dom"], "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, /* `@pro` resolves to the empty community stub for type-checking. The Professional build overrides this to decnet/pro/web/index.tsx. Must mirror the Vite alias in vite.config.ts. (bundler resolution => no baseUrl.) */ "paths": { "@pro": ["./src/pro/stub.ts"] }, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", /* Linting */ "noUnusedLocals": true, "noUnusedParameters": true, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true }, "include": ["src"] }