Setup exp_scenario for commands

This commit is contained in:
Cooldude2606
2024-11-19 22:35:44 +00:00
parent 34a7879761
commit e78234898e
31 changed files with 2412 additions and 199 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.browser.json",
"references": [
{ "path": "../../packages/lib/tsconfig.browser.json" },
{ "path": "../../packages/web_ui/tsconfig.browser.json" },
]
}