Spaces:
Sleeping
Sleeping
| { | |
| "$schema": "https://json.schemastore.org/tsconfig", | |
| "compilerOptions": { | |
| "jsx": "preserve", | |
| "lib": ["dom", "dom.iterable", "esnext"], | |
| "module": "esnext", | |
| "noEmit": true, | |
| "plugins": [ | |
| { | |
| "name": "next" | |
| } | |
| ], | |
| "target": "ES6" | |
| }, | |
| "display": "Next.js", | |
| "exclude": ["node_modules"], | |
| "extends": "./base.json", | |
| "include": ["next-env.d.ts"] | |
| } | |