Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

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