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