aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/get-proto/tsconfig.json
blob: 60fb90e45970d491a68e6db8c72fcc531d13a44e (plain)
1
2
3
4
5
6
7
8
9
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		//"target": "es2021",
	},
	"exclude": [
		"coverage",
	],
}