12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
"module": "ESNext",
|
|
"noEmit": true,
|
|
"plugins": [{ "name": "next" }]
|
|
}
|
|
}
|