1
zhang
2025-07-03 13ea8b334572c2423abb8d156fd8428f8d074172
zy-acs-flow/tsconfig.node.json
@@ -7,7 +7,11 @@
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "noEmit": true
    "noEmit": true,
    "allowJs": true,
    "checkJs": false
  },
  "include": ["vite.config.ts"]
}
  "include": [
    "vite.config.js"
  ]
}