diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-28 17:00:00 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-02-03 14:29:42 +0300 |
commit | bf98ff90a7ad9fad79f75a2215108dcfdaa02ed2 (patch) | |
tree | 54b2447ec501508f9da89cde2aa5d036010d90e9 /package.json | |
parent | 53143dfc36e66e285256706a8ec837e2bd2f8427 (diff) | |
download | react-benzin-bf98ff90a7ad9fad79f75a2215108dcfdaa02ed2.tar.gz |
feat!: install Typescript, migrate Window to .tsx
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 6fb756f..2072865 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/preset-react": "^7.8.3", + "@types/node": "^13.5.0", + "@types/react": "^16.9.19", + "@types/react-dom": "^16.9.5", "eslint": "^6.8.0", "eslint-config-react-app": "^5.1.0", "typescript": "^3.7.5" |