tsconfig.json 235 B

1234567891011121314
  1. {
  2. "extends": "../../tsconfig.backend.json",
  3. "include": [
  4. "app.js",
  5. "app.ts",
  6. "app/js/**/*",
  7. "benchmarks/**/*",
  8. "config/**/*",
  9. "scripts/**/*",
  10. "test/**/*",
  11. "types",
  12. "vitest.config.unit.cjs"
  13. ]
  14. }