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