tsconfig.node.json 252 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "ES2021",
  4. "module": "ESNext",
  5. "moduleResolution": "bundler",
  6. "strict": true,
  7. "noEmit": true,
  8. "allowSyntheticDefaultImports": true
  9. },
  10. "include": ["vite.config.ts", "playwright.config.ts"]
  11. }