feat(challenge17): router testing

This commit is contained in:
thomas
2023-03-09 16:47:07 +01:00
parent 5bfe74ff23
commit c546390fae
25 changed files with 778 additions and 345 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
}