tsconfig.json 154 B

1234567
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@velofex/tsconfig/node.json",
  4. "include": ["src"],
  5. "exclude": ["node_modules"]
  6. }