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,7 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": []
}
}