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