feat(doc): move interop rxjs signal

This commit is contained in:
thomas
2023-10-18 10:01:20 +02:00
parent 4ac5c2c1f1
commit 5ec510269d
22 changed files with 25 additions and 25 deletions

View File

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