| 123456789101112131415 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "./base.json",
- "compilerOptions": {
- "target": "ES2022",
- "lib": ["DOM", "DOM.Iterable", "ES2023"],
- "jsx": "preserve",
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "allowJs": true,
- "noEmit": true,
- "incremental": true,
- "plugins": [{ "name": "next" }]
- }
- }
|