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();

View File

@@ -1,9 +1,9 @@
{
"compilerOptions": {
"allowJs": true,
"module": "CommonJS",
"module": "NodeNext",
"target": "ES2022",
"moduleResolution": "Node10",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"downlevelIteration": true,
"experimentalDecorators": true,