diff --git a/tns-core-modules/module.d.ts b/tns-core-modules/module.d.ts index a23628de0..68c5ae3a0 100644 --- a/tns-core-modules/module.d.ts +++ b/tns-core-modules/module.d.ts @@ -18,6 +18,7 @@ declare namespace NodeJS { __onLiveSync: () => void; __onUncaughtError: (error: NativeScriptError) => void; TNS_WEBPACK?: boolean; + __requireOverride?: (name: string, dir: string) => any; } }