feat(doc): move pipe easy

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

View File

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