feat: implement config-manager inside tm-core package

next up: connecting it to everything else and testing that tm list works well and loads what it need to load
This commit is contained in:
Ralph Khreish
2025-08-22 16:44:31 +02:00
parent 281f556203
commit 3eb88feff1
18 changed files with 2797 additions and 426 deletions

View File

@@ -10,5 +10,6 @@
},
"json.format.enable": true,
"json.validate.enable": true
"json.validate.enable": true,
"typescript.tsdk": "node_modules/typescript/lib"
}