tsconfig.json 92 B

1234567
  1. {
  2. "extends": "@repo/typescript-config/base.json",
  3. "exclude": [
  4. "node_modules"
  5. ]
  6. }