Refactor infra tests, clean E2E step suites, and fix TS in tests
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
"noEmit": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
"@/*": ["./*"],
|
||||
"packages/*": ["packages/*"],
|
||||
"apps/*": ["apps/*"]
|
||||
},
|
||||
"types": ["vitest/globals"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user