feat(chritsmas): create challenge for christmas

This commit is contained in:
thomas
2023-10-30 21:28:40 +01:00
parent 3e1dc89d78
commit 58215fe349
22 changed files with 549 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"]
}