elearning/Frontend-Learner/node_modules/is-generator-function/tsconfig.json
2026-01-13 10:48:02 +07:00

9 lines
129 B
JSON

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