feat(challenge): create challenge 32 about bug CD

This commit is contained in:
ThomasL
2023-07-25 16:29:49 +02:00
parent 2dc2fd7dfd
commit 9799c4c1e7
22 changed files with 431 additions and 1 deletions

View File

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