14 lines
296 B
JSON
14 lines
296 B
JSON
![]() |
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"display": "Next.js",
|
||
|
"extends": "./base.json",
|
||
|
"compilerOptions": {
|
||
|
"plugins": [{ "name": "next" }],
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Bundler",
|
||
|
"allowJs": true,
|
||
|
"jsx": "preserve",
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|