mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Compile mods with CommonJS during full builds this is still used (#1083)
Fixes mods not working properly during full builds.
This commit is contained in:
parent
ead7da160e
commit
6ae0517ca3
@ -58,7 +58,7 @@ export class ModCompilerService {
|
||||
noEmitOnError: true,
|
||||
noImplicitAny: false,
|
||||
target: ScriptTarget.ESNext,
|
||||
module: ModuleKind.Preserve,
|
||||
module: ModuleKind.CommonJS,
|
||||
moduleResolution: ModuleResolutionKind.NodeNext,
|
||||
sourceMap: true,
|
||||
resolveJsonModule: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user