Add typescript

This commit is contained in:
2020-08-21 11:32:09 +02:00
parent 2865f8eb07
commit 8378b34263
5 changed files with 61 additions and 8 deletions

View File

@@ -12,7 +12,10 @@
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"rollup": "^2.26.4"
"@rollup/plugin-typescript": "^5.0.2",
"rollup": "^2.26.4",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"dependencies": {
"@mdi/js": "^5.5.55",