feat(doc): move pipe intermediate

This commit is contained in:
thomas
2023-10-18 10:03:28 +02:00
parent 35a7f1eaa9
commit fedab5eeb1
15 changed files with 22 additions and 22 deletions

View File

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