tsconfig.json 191 B

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