tsconfig.json 137 B

123456789
  1. {
  2. "extends": "../../tsconfig.backend.json",
  3. "include": [
  4. "app.js",
  5. "app/src/**/*",
  6. "scripts/**/*",
  7. "test/**/*"
  8. ]
  9. }