選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

21 行
441 B

  1. {
  2. "extends": "@tsconfig/node22/tsconfig.json",
  3. "include": [
  4. "vite.config.*",
  5. "vitest.config.*",
  6. "cypress.config.*",
  7. "nightwatch.conf.*",
  8. "playwright.config.*"
  9. ],
  10. "compilerOptions": {
  11. "composite": true,
  12. "noEmitOnError": true,
  13. "noEmit": true,
  14. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
  15. "module": "ESNext",
  16. "moduleResolution": "Bundler",
  17. "types": ["node"]
  18. }
  19. }