add Callbag typings

This commit is contained in:
Tangent Wantwight 2020-02-15 17:56:38 -05:00
parent 200d0fdd70
commit 33ddb75b14
3 changed files with 9 additions and 0 deletions

5
package-lock.json generated
View File

@ -1573,6 +1573,11 @@
"integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=",
"dev": true
},
"callbag": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/callbag/-/callbag-1.2.0.tgz",
"integrity": "sha512-RMcVOk2oyA8CyCt/HsLEvnvvttKlaGVaG0uOo5IY7RpdiPLhStjxv5oYre33VJfT8kJE+cuKLSNHooz7yCUdhQ=="
},
"caller-callsite": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",

View File

@ -16,5 +16,8 @@
"rimraf": "^3.0.0",
"sass": "^1.23.7",
"typescript": "^3.7.3"
},
"dependencies": {
"callbag": "^1.2.0"
}
}

View File

@ -2,6 +2,7 @@
"compilerOptions": {
"alwaysStrict": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"strict": true,
"target": "es2015",
}