update tsconfig

This commit is contained in:
Tyfon
2024-07-22 17:36:06 -07:00
parent 89908157f1
commit 6cd4cd3ddf
2 changed files with 3 additions and 3 deletions

View File

@@ -229,4 +229,4 @@ class UIFixes implements IPreSptLoadMod {
}
}
module.exports = { mod: new UIFixes() };
export const mod = new UIFixes();