feat(): merge challenge 57

This commit is contained in:
thomas
2025-02-28 11:51:26 +01:00
parent b8d10b940c
commit 3f6f6def3d
24 changed files with 309 additions and 17 deletions

View File

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