| 123456789101112 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/bun/tsconfig.json",
- "compilerOptions": {
- "module": "NodeNext",
- "moduleResolution": "NodeNext",
- "allowImportingTsExtensions": false,
- "allowJs": false,
- "noUncheckedIndexedAccess": false,
- "noUnusedLocals": true
- }
- }
|