您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

20 行
414 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. "noEmit": true,
  13. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
  14. "module": "ESNext",
  15. "moduleResolution": "Bundler",
  16. "types": ["node"]
  17. }
  18. }