Newer
Older
vmk-demo-bot / admin / node_modules / es-define-property / tsconfig.json
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 138 bytes init
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "es2022",
	},
	"exclude": [
		"coverage",
		"test/list-exports"
	],
}