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

10 lines
251 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"]
}