tsconfig.json 263 B

123456789101112
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@vben/tsconfig/web.json",
  4. "compilerOptions": {
  5. "baseUrl": ".",
  6. "paths": {
  7. "@vben-core/shadcn-ui/*": ["./src/*"]
  8. }
  9. },
  10. "include": ["src"],
  11. "exclude": ["node_modules"]
  12. }