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,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"files": ["src/test-setup.ts"],
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}