tsconfig.json 163 B

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