| 123456789101112 |
- {
- "$schema": "https://json.schemastore.org/tsconfig.json",
- "extends": "@tsconfig/bun/tsconfig.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "dist",
- "declaration": true,
- "lib": ["ESNext", "DOM", "DOM.Iterable"],
- "noUncheckedIndexedAccess": false
- },
- "include": ["src"]
- }
|