| 123456789101112131415 |
- {
- "$schema": "https://json.schemastore.org/tsconfig.json",
- "compilerOptions": {
- "target": "ES2022",
- "rootDir": "src",
- "outDir": "dist",
- "module": "nodenext",
- "declaration": true,
- "moduleResolution": "nodenext",
- "lib": ["es2022", "dom", "dom.iterable"],
- "strict": true,
- "skipLibCheck": true
- },
- "include": ["src"]
- }
|