feat(challenge11): creation

This commit is contained in:
thomas
2022-12-09 11:16:56 +01:00
parent 1ec45ce141
commit b13bbc5f44
14 changed files with 353 additions and 0 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", "**/*.test.ts", "**/*.spec.ts"]
}