{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "lib": ["ES2022", "DOM", "DOM.Iterable"], "allowSyntheticDefaultImports": true, "jsx": "preserve", "incremental": true, "plugins": [ { "name": "next" } ] } }