astock-agent/frontend/node_modules/eslint-module-utils/tsconfig.json
2026-04-07 20:51:00 +08:00

12 lines
175 B
JSON

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