diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-11-07 17:26:48 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-11-07 17:26:48 -0500 |
commit | c2555e7298cb1549214afc319e8eda6e7248215d (patch) | |
tree | 04fccfa714a0f338c8f39340f541df17b8328957 /package.json | |
parent | d9313795e744c83d1b2c7235b34438a87554562d (diff) | |
download | gitlab-ce-c2555e7298cb1549214afc319e8eda6e7248215d.tar.gz |
Adds typescript support in webpack. With Mike G.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e607981143d..6315f9eced9 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,8 @@ "three-orbit-controls": "^82.1.0", "three-stl-loader": "^1.0.4", "timeago.js": "^2.0.5", + "ts-loader": "^3.1.1", + "typescript": "^2.6.1", "underscore": "^1.8.3", "url-loader": "^0.5.8", "visibilityjs": "^1.2.4", |