Frontend/25_01_07/mai/node_modules/eslint-module-utils/tsconfig.json

12 lines
175 B
JSON
Raw Normal View History

2025-01-28 10:38:27 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2017",
"moduleResolution": "node",
"maxNodeModuleJsDepth": 0,
},
"exclude": [
"coverage",
],
}