fix(core): add test tsconfig for IDE module resolution in test files

This commit is contained in:
2026-04-06 14:34:57 +02:00
parent e74f83e172
commit 46c2dd18d8

View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "tests/**/*.ts"]
}