web-app.json 195 B

12345678
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "display": "Web Application",
  4. "extends": "./web.json",
  5. "compilerOptions": {
  6. "types": ["vite/client", "@vben/types/global"]
  7. }
  8. }