web-app.json 198 B

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