{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [ { "name": "next" } ], "jsx": "react-jsx" } }