25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

13 satır
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. }