Sign in

front / ningxia-credit-web · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ningxia-credit-web
  • tsconfig.node.json
  • 初始项目
    c955bcc0
    shichunlong authored
    2025-06-05 14:01:07 +0800  
    Browse Code ยป
tsconfig.node.json 213 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true
  },
  "include": ["vite.config.ts"]
}