Sign in

Board / HH-board-2026 · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • HH-board-2026
  • jinDieLi
  • SSE测试
  • node_modules
  • dunder-proto
  • tsconfig.json
  • 金叠利
    88601870
    伍家闻 authored
    2026-04-07 09:05:08 +0800  
    Browse Code »
tsconfig.json 116 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ES2021",
	},
	"exclude": [
		"coverage",
	],
}