tsconfig.tests.json 361 B

1234567891011
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "incremental": true,
  6. "noUncheckedIndexedAccess": false,
  7. "tsBuildInfoFile": "node_modules/.ts-dist/tests.tsbuildinfo"
  8. },
  9. "include": ["drizzle.config.ts", "script", "test"],
  10. "references": [{ "path": "./tsconfig.json" }]
  11. }