1
0

tsconfig.json 151 B

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