tsconfig.json 251 B

1234567891011121314
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "lib": [
  6. "ESNext",
  7. "DOM",
  8. "DOM.Iterable"
  9. ],
  10. "customConditions": [
  11. "development"
  12. ]
  13. }
  14. }