{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./react.json", "compilerOptions": { "plugins": [{ "name": "next" }], "allowJs": true, "incremental": true } }