You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 regels
252 B

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