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.
 
 
 
 

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