tsconfig.json 216 B

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