Validation_Suite/validation-suite/frontend/atlas/node_modules/resolve/tsconfig.json

14 lines
225 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
"checkJs": false,
"maxNodeModuleJsDepth": 0,
"types": ["node"]
},
"exclude": [
"coverage",
"example",
"test"
]
}