feat(doc): move catcherrro

This commit is contained in:
thomas
2023-10-18 09:54:38 +02:00
parent 7cf675de60
commit beae215911
20 changed files with 50 additions and 50 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}