mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +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;
|
||||
}
|
||||
|
||||
declare interface NativeScriptModule {
|
||||
interface NativeScriptModule {
|
||||
id: string;
|
||||
filename: string;
|
||||
exports: any;
|
||||
|
Reference in New Issue
Block a user