tsconfig.json 182 B

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