Files
InternetProg_MorozovDV_PIbd-22/Lab/node_modules/eslint-module-utils/tsconfig.json
2025-05-26 00:41:29 +04:00

12 lines
175 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2017",
"moduleResolution": "node",
"maxNodeModuleJsDepth": 0,
},
"exclude": [
"coverage",
],
}