15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"incremental": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"module": "esnext",
|
|
"resolveJsonModule": true,
|
|
"target": "es5"
|
|
}
|
|
}
|