tsconfig.json 150 B

1234567
  1. {
  2. "extends": "../../tsconfig.backend.json",
  3. "compilerOptions": {
  4. "noImplicitAny": true
  5. },
  6. "include": ["**/*.js", "**/*.cjs", "**/*.ts"]
  7. }