mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #1546 from NativeScript/hdeshev/dts-quick-fix
Fix a weird compile error happening on Jenkins runners.
This commit is contained in:
2
module.d.ts
vendored
2
module.d.ts
vendored
@ -6,7 +6,7 @@ interface NativeScriptRequire {
|
|||||||
(id: string): any;
|
(id: string): any;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare interface NativeScriptModule {
|
interface NativeScriptModule {
|
||||||
id: string;
|
id: string;
|
||||||
filename: string;
|
filename: string;
|
||||||
exports: any;
|
exports: any;
|
||||||
|
Reference in New Issue
Block a user