convert @babel/plugin-transform-react-jsx to typescript (#13221)

* babel-plugin-transform-react-jsx flowts rename

* babel-plugin-transform-react-jsx flowts convert

* babel-plugin-transform-react-jsx

* babel-plugin-transform-react-jsx fix

* make generate-tsconfig

* yarn install

* babel-plugin-transform-react-jsx remove unused typecast
This commit is contained in:
Bogdan Savluk
2021-05-13 03:15:31 +02:00
committed by GitHub
parent 7c9f618dfc
commit 379bc775ed
6 changed files with 22 additions and 7 deletions

View File

@@ -28,6 +28,7 @@
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/traverse": "workspace:*"
}
}