fix: bug in effect move

This commit is contained in:
thomas
2024-05-15 14:43:11 +02:00
parent 60c9964a9e
commit e90419be13
15 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {},
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
}