📄 tsconfig.json
/home/palash/git/site/node_modules/eslint-module-utils/tsconfig.json
Language: json • Lines: 11
{
	"extends": "@ljharb/tsconfig",
	"compilerOptions": {
		"target": "ES2017",
		"moduleResolution": "node",
		"maxNodeModuleJsDepth": 0,
	},
	"exclude": [
		"coverage",
	],
}