tsconfig.json 183 B

123456789
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "ESNext",
  5. "moduleResolution": "bundler",
  6. "lib": ["ES6"],
  7. "types": ["minigame-api-typings", "vite/client"]
  8. }
  9. }