tsconfig.json 169 B

1234567
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "customConditions": ["development"]
  6. }
  7. }