Quick and dirty typescript setup to get going.

This commit is contained in:
baldo 2020-04-08 01:55:48 +02:00
commit 94d01310b9
17 changed files with 99 additions and 14 deletions

6
package-lock.json generated
View file

@ -9070,6 +9070,12 @@
"mime-types": "~2.1.24"
}
},
"typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
},
"typical": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",