add new challenge: ngFor enhance

This commit is contained in:
thomas laforge
2022-11-05 20:47:58 +01:00
parent bfde3e51d1
commit a19fd00f19
20 changed files with 368 additions and 8 deletions

View File

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