feat(challenge): create 3 new challengesinit

This commit is contained in:
thomas
2022-12-16 11:25:03 +01:00
parent 3178ac95b7
commit cc1e2c147c
49 changed files with 3241 additions and 0 deletions

View File

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