feat(challenge23): test harnesses

This commit is contained in:
thomas
2023-06-06 09:54:00 +02:00
parent b61028c744
commit 8ad3448be0
20 changed files with 483 additions and 1 deletions

View File

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