| 1234567891011 |
- {
- "$schema": "https://json.schemastore.org/tsconfig",
- "extends": "@tsconfig/bun/tsconfig.json",
- "compilerOptions": {
- "incremental": true,
- "noUncheckedIndexedAccess": false,
- "tsBuildInfoFile": "node_modules/.ts-dist/tests.tsbuildinfo"
- },
- "include": ["drizzle.config.ts", "script", "test"],
- "references": [{ "path": "./tsconfig.json" }]
- }
|