| 123456789101112 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "./base.json",
- "compilerOptions": {
- "target": "ES2022",
- "lib": ["DOM", "DOM.Iterable", "ES2023"],
- "jsx": "react-jsx",
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "types": []
- }
- }
|