tsconfig.json 150 B

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