Newer
Older
vmk-demo-bot / frontend / node_modules / has-symbols / tsconfig.json
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 143 bytes init
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ES2021",
		"maxNodeModuleJsDepth": 0,
	},
	"exclude": [
		"coverage"
	]
}