feat(injectionToken): create new challenge on injectionToken

This commit is contained in:
thomas
2023-10-18 17:00:04 +02:00
parent 9aa77fbdb2
commit 21b0c9414d
27 changed files with 385 additions and 7 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"]
}