diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-08 11:55:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-08 11:55:56 +0300 |
commit | 15e5ead2d15d1726772c82544462b0acbdb227fa (patch) | |
tree | 6c6326c66cb77bb6b0ded3f01b5b07efa17f8375 /package.json | |
parent | aebbead8badc33edb74201d00ad466e82b4dc283 (diff) | |
download | eslint-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.json | 7 |
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" + } +} |