build: add typescript as devDependencies

This commit is contained in:
Alan Agius 2018-08-31 15:49:39 +02:00 committed by Alex Eagle
parent a723310e94
commit 509c0fa8af

View File

@ -35,6 +35,7 @@
"webpack": "^4.0.0"
},
"devDependencies": {
"typescript": "~3.0.1",
"webpack": "^4.0.0"
}
}