Validation_Suite/validation-suite/frontend/atlas/node_modules/eslint-module-utils/tsconfig.json

13 lines
226 B
JSON

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