• This project
    • Loading...
  • Sign in

万朱浩 / Venue-Ops

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Venue-Ops
  • apps
  • web_ui
  • tsconfig.node.json
  • refactor: reorganize venue ops platform structure · ed116dc2
    ed116dc2 Browse Files
    Avolons authored 2026-04-28 14:01:39 +0800
tsconfig.node.json 195 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
{
  "compilerOptions": {
    "composite": true,
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "allowSyntheticDefaultImports": true
  },
  "include": [
    "vite.config.ts"
  ]
}