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