tsconfig.json 187 B

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