fix: tsconfig references for utility tests

This commit is contained in:
Carlos Valente
2026-01-23 21:25:22 +01:00
parent c4435259c5
commit 8cfbcd35cd
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
"extends": "../../tsconfig.common.json",
"compilerOptions": {
"target": "esnext",
"composite": true,
"lib": [
"dom",
"dom.iterable",
+5
View File
@@ -29,6 +29,11 @@
"src/**/*.spec.ts",
"src/**/*.spec.tsx",
],
"references": [
{
"path": "./tsconfig.json"
}
],
"typeRoots": [
"./src/declarations/**"
]