dynamic config

This commit is contained in:
EthanShoeDev
2025-12-22 16:52:35 -05:00
parent ac51644bda
commit 3f18e881fa
14 changed files with 2077 additions and 89 deletions

View File

@@ -0,0 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["winos-config.ts"],
"exclude": ["node_modules"]
}