Add test config

This commit is contained in:
2025-11-17 21:59:15 -05:00
parent 8567e67d1a
commit 7d9d0bdf73
8 changed files with 1294 additions and 14 deletions

View File

@@ -3,7 +3,8 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.lib.json" }
{ "path": "./tsconfig.lib.json" },
{ "path": "./tsconfig.test.json" }
],
"compilerOptions": {
"jsx": "react-jsx"