feat: add challenge 49

This commit is contained in:
Timothy Alcaide
2024-04-11 17:41:27 +02:00
committed by thomas
parent 6b148a243a
commit 928ec929f8
26 changed files with 357 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node", "@testing-library/jest-dom"]
},
"files": ["src/test-setup.ts"],
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}