tsconfig.json 108 B

1234
  1. {
  2. "extends": "../../tsconfig.backend.json",
  3. "include": ["**/*.js", "**/*.cjs", "**/*.mjs", "**/*.ts"]
  4. }