Im即时通讯-web端代码
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
241B

  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. }