feat(doc): move ngfor enhanvement

This commit is contained in:
thomas
2023-10-18 10:02:14 +02:00
parent f96e9f3f80
commit 5ea1d0c1c7
15 changed files with 22 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": []
}
}