tsconfig.node.json 242 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "module": "ESNext",
  5. "moduleResolution": "Node",
  6. "allowSyntheticDefaultImports": true,
  7. },
  8. "include": [
  9. "vite.config.ts",
  10. "electron-plugin.ts",
  11. "server.config.ts"
  12. ]
  13. }