2025-04-02 06:50:39 -04:00

9 lines
145 B
JSON

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