feat(challenge37): ngfor optimize big list

This commit is contained in:
thomas
2023-10-07 20:58:25 +02:00
parent 6c2da1bcde
commit cdf6df005a
24 changed files with 418 additions and 8 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"]
}