9 lines
213 B
JSON
9 lines
213 B
JSON
|
{
|
||
|
"extends": "tsconfig/nextjs.json",
|
||
|
"compilerOptions": {
|
||
|
"plugins": [{ "name": "next" }]
|
||
|
},
|
||
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|