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