云链智安数据大屏
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.

tsconfig.node.json 394B

123456789101112131415161718
  1. {
  2. "extends": "@tsconfig/node20/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. "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
  13. "module": "ESNext",
  14. "moduleResolution": "Bundler",
  15. "types": ["node"]
  16. }
  17. }