{ "compilerOptions": { "target": "ES2022", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "noImplicitAny": true, "noImplicitThis": true, "alwaysStrict": true, "exactOptionalPropertyTypes": true, "noUncheckedIndexedAccess": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "plugins": [ { "name": "next" } ], "paths": { "@/*": ["./*"], "@gridpilot/identity/*": ["../../packages/identity/*"], "@gridpilot/racing/*": ["../../packages/racing/*"], "@gridpilot/social/*": ["../../packages/social/*"], "@gridpilot/testing-support": ["../../packages/testing-support"], "@gridpilot/media": ["../../packages/media"], "@gridpilot/shared": ["../../packages/shared/index.ts"], "@gridpilot/shared/application": ["../../packages/shared/application"], "@gridpilot/shared/application/*": ["../../packages/shared/application/*"], "@gridpilot/shared/presentation": ["../../packages/shared/presentation"], "@gridpilot/shared/presentation/*": ["../../packages/shared/presentation/*"], "@gridpilot/shared/domain": ["../../packages/shared/domain"], "@gridpilot/shared/errors": ["../../packages/shared/errors"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] }