feat(doc): move pipe bug

This commit is contained in:
thomas
2023-10-18 09:55:10 +02:00
parent beae215911
commit 49d7a7f968
14 changed files with 14 additions and 14 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", "**/*.test.ts", "**/*.spec.ts"]
}