Files
ETB/ETB-FrontEnd/node_modules/is-generator-function/tsconfig.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

10 lines
129 B
JSON

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