feat(doc): move effect-selector

This commit is contained in:
thomas
2023-10-18 09:51:22 +02:00
parent a2d6f2471d
commit 27e7137716
37 changed files with 34 additions and 29 deletions

View File

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