FieldOps/apps/operator-pwa/tsconfig.json
2026-05-16 12:02:15 +01:00

12 lines
261 B
JSON

{
"extends": "@repo/config/tsconfig/nextjs.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "next-env.d.ts"],
"exclude": ["node_modules", ".next"]
}