Files
JiboSDK/node_modules/is-generator-function/tsconfig.json

10 lines
129 B
JSON
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"maxNodeModuleJsDepth": 0
},
"exclude": [
"coverage"
]
}