diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 17:21:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 17:21:21 +0300 |
commit | dab6a8a84abd417f02816cbe185e3938cea856c0 (patch) | |
tree | 3ea00fb93791ae160217c3cf09701bd748ccd434 /.gitignore | |
parent | f577ea55fe8599983e1066e8381317d35ec542c5 (diff) | |
download | eslint-config-dab6a8a84abd417f02816cbe185e3938cea856c0.tar.xz eslint-config-dab6a8a84abd417f02816cbe185e3938cea856c0.zip |
feat(typescript): Initial TypeScript's config
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -198,4 +198,6 @@ $RECYCLE.BIN/ ### Project ### # Resulting code +/_tslib-*.js /javascript.js +/typescript.js |