aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-08 11:55:56 +0300
committerValentin Popov <info@valentineus.link>2020-02-08 11:55:56 +0300
commit15e5ead2d15d1726772c82544462b0acbdb227fa (patch)
tree6c6326c66cb77bb6b0ded3f01b5b07efa17f8375 /package.json
parentaebbead8badc33edb74201d00ad466e82b4dc283 (diff)
downloadeslint-config-15e5ead2d15d1726772c82544462b0acbdb227fa.tar.xz
eslint-config-15e5ead2d15d1726772c82544462b0acbdb227fa.zip
Initial TypeScript
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5514cee..06372c7 100644
--- a/package.json
+++ b/package.json
@@ -9,5 +9,8 @@
"private": false,
"scripts": {},
"dependencies": {},
- "devDependencies": {}
-} \ No newline at end of file
+ "devDependencies": {
+ "tslib": "^1.10.0",
+ "typescript": "^3.7.5"
+ }
+}