• This project
    • Loading...
  • Sign in

李进 / zhb_login · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • zhb_login
  • node_modules
  • get-proto
  • tsconfig.json
  • -m
    7ee2ee92
    by 李进
    2025-08-27 10:54:01 +0800  
    Browse Files
tsconfig.json 118 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		//"target": "es2021",
	},
	"exclude": [
		"coverage",
	],
}