chore: move test tsconfigs

This commit is contained in:
Peter Steinberger
2026-05-03 12:56:42 +01:00
parent f7522edb96
commit adc4fd453b
22 changed files with 126 additions and 123 deletions

View File

@@ -1,4 +1,7 @@
{
"files": [],
"references": [{ "path": "./tsconfig.core.json" }, { "path": "./tsconfig.core.test.json" }]
"references": [
{ "path": "./tsconfig.core.json" },
{ "path": "./test/tsconfig/tsconfig.core.test.json" }
]
}