aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorwabilin <[email protected]>2020-07-31 18:55:54 +0900
committerwabilin <[email protected]>2020-07-31 18:56:51 +0900
commit70487792f84bcf1930cfb7cf7cbd48fc934b74b5 (patch)
tree62d8a19325f408658a84bfb9c3f83f6b42113960 /package.json
parentinstall and init ts (diff)
downloadholo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.tar.xz
holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.zip
Hello typescript
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index f49f15f..0008480 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,10 @@
"license": "MIT",
"private": false,
"devDependencies": {
+ "@types/node": "^14.0.27",
"typescript": "^3.9.7"
+ },
+ "scripts": {
+ "build": "tsc"
}
}