diff options
| author | wabilin <[email protected]> | 2020-07-31 18:44:17 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 18:44:17 +0900 |
| commit | 2c97fc4428f470a570707857850c2ea943f7ddd7 (patch) | |
| tree | 469809df0638e865292e1624057872630fc5e391 /package.json | |
| parent | init (diff) | |
| download | holo-schedule-2c97fc4428f470a570707857850c2ea943f7ddd7.tar.xz holo-schedule-2c97fc4428f470a570707857850c2ea943f7ddd7.zip | |
install and init ts
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
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" + } } |