tsconfig.json 104 B

12345
  1. {
  2. "extends": "@evals/typescript-config/base.json",
  3. "include": ["src"],
  4. "exclude": ["node_modules"]
  5. }