Files
Your Name 38652eb9b5 Initalize
2026-05-03 12:12:57 -04:00

11 lines
143 B
JSON

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