feat(challenge33): about performance

This commit is contained in:
thomas
2023-09-12 11:39:36 +02:00
parent 323c38e334
commit bc1c772820
23 changed files with 270 additions and 323 deletions

View File

@@ -1,6 +1,9 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts",
"../../../libs/shared/directives/src/lib/cd-flashing.directive.ts"
],
"compilerOptions": {
"types": []
}