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

13 行
261 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES2022",
  4. "module": "ESNext",
  5. "moduleResolution": "Bundler",
  6. "strict": true,
  7. "noEmit": true,
  8. "esModuleInterop": true,
  9. "types": ["node"]
  10. },
  11. "include": ["playwright.config.ts", "tests/**/*.ts"]
  12. }