refactor: apply consistent formatting and minor import adjustments across test and tsconfig files.

This commit is contained in:
2026-01-07 18:05:22 +00:00
parent 542a65c2a9
commit f62bbb7927
12 changed files with 419 additions and 195 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
},
"include": [
"src",
"test"
"test",
"*.ts"
],
"references": [
{
+2 -1
View File
@@ -6,7 +6,8 @@
},
"include": [
"src",
"test"
"test",
"*.ts"
],
"references": [
{
+2 -1
View File
@@ -6,7 +6,8 @@
},
"include": [
"src",
"test"
"test",
"*.ts"
],
"references": [
{