Im即时通讯-web端代码
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

tsconfig.node.json 241B

1年前
123456789
  1. {
  2. "extends": "@tsconfig/node18/tsconfig.json",
  3. "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
  4. "compilerOptions": {
  5. "composite": true,
  6. "module": "ESNext",
  7. "types": ["node"]
  8. }
  9. }