astock-agent/frontend/node_modules/is-async-function/tsconfig.json
2026-04-07 20:51:00 +08:00

11 lines
156 B
JSON

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