tsconfig.json 214 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@vben/tsconfig/web.json",
  4. "compilerOptions": {
  5. "types": ["@vben/types/global"]
  6. },
  7. "include": ["src"],
  8. "exclude": ["node_modules"]
  9. }