aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}
}