Merge pull request #3647 from NativeScript/hdeshev/ts-21-webpack-fix

Fix webpack project compilation for TypeScript 2.1.
This commit is contained in:
Hristo Deshev
2017-02-16 17:41:46 +02:00
committed by GitHub

View File

@ -18,6 +18,7 @@ declare namespace NodeJS {
__onLiveSync: () => void;
__onUncaughtError: (error: NativeScriptError) => void;
TNS_WEBPACK?: boolean;
__requireOverride?: (name: string, dir: string) => any;
}
}