mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix
This commit is contained in:
parent
29bcff2afd
commit
fc94866d7b
2
wonder-commonlib/index.d.ts
vendored
2
wonder-commonlib/index.d.ts
vendored
@ -21,7 +21,7 @@ declare module wdCb {
|
||||
}
|
||||
}
|
||||
|
||||
declare var global: any, window: any;
|
||||
declare var global: any, window: Window;
|
||||
declare module wdCb {
|
||||
var root: any;
|
||||
}
|
||||
|
||||
2
wonder-frp/index.d.ts
vendored
2
wonder-frp/index.d.ts
vendored
@ -103,7 +103,7 @@ declare module wdFrp {
|
||||
}
|
||||
}
|
||||
|
||||
declare var global: any, window: any;
|
||||
declare var global: any, window: Window;
|
||||
declare module wdFrp {
|
||||
var root: any;
|
||||
}
|
||||
|
||||
@ -2,7 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user