tsconfig.json 154 B

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