18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"noEmit": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "preserve",
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
}
|
|
} |