chore(test/client): solve dependency error due to CJS

This commit is contained in:
Elian Doran 2025-04-29 10:53:08 +03:00
parent d31fa7a6cd
commit 32bc24b4c8
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"skipLibCheck": true,
"strict": true,
"target": "es2022",
"customConditions": ["development"]
"customConditions": ["development"],
"verbatimModuleSyntax": true
}
}