aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorwabilin <[email protected]>2020-07-31 18:44:17 +0900
committerwabilin <[email protected]>2020-07-31 18:44:17 +0900
commit2c97fc4428f470a570707857850c2ea943f7ddd7 (patch)
tree469809df0638e865292e1624057872630fc5e391 /package.json
parentinit (diff)
downloadholo-schedule-2c97fc4428f470a570707857850c2ea943f7ddd7.tar.xz
holo-schedule-2c97fc4428f470a570707857850c2ea943f7ddd7.zip
install and init ts
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9e6d598..f49f15f 100644
--- a/package.json
+++ b/package.json
@@ -5,5 +5,8 @@
"main": "index.js",
"author": "wabilin",
"license": "MIT",
- "private": false
+ "private": false,
+ "devDependencies": {
+ "typescript": "^3.9.7"
+ }
}