Plugin Setup exp_groups

This commit is contained in:
Cooldude2606
2026-05-20 01:48:26 +01:00
parent 538714acdb
commit b64e109bf1
13 changed files with 133 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "../tsconfig.node.json",
"include": ["./**/*.ts"],
"exclude": ["test/*", "./dist/*"],
}