mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Merge pull request #3647 from NativeScript/hdeshev/ts-21-webpack-fix
Fix webpack project compilation for TypeScript 2.1.
This commit is contained in:
1
tns-core-modules/module.d.ts
vendored
1
tns-core-modules/module.d.ts
vendored
@ -18,6 +18,7 @@ declare namespace NodeJS {
|
||||
__onLiveSync: () => void;
|
||||
__onUncaughtError: (error: NativeScriptError) => void;
|
||||
TNS_WEBPACK?: boolean;
|
||||
__requireOverride?: (name: string, dir: string) => any;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user