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