mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
adding dom to the tsconfig to accomdate the HTMLElement value allowed for the selector property
This commit is contained in:
1
types/siema/index.d.ts
vendored
1
types/siema/index.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for siema 1.4
|
||||
// Project: https://github.com/pawelgrzybek/siema
|
||||
// Definitions by: Irmantas Zenkus <https://github.com/Irmiz>
|
||||
// Sam Nau <https://github.com/samnau>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
declare class Siema {
|
||||
currentSlide: number;
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
@@ -20,4 +21,4 @@
|
||||
"index.d.ts",
|
||||
"siema-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user