[Proposal] Make able to write React in Typescript (#16210)

Co-authored-by: berlysia <berlysia@gmail.com>
Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com>
This commit is contained in:
fusagiko / takayamaki
2023-04-03 10:31:39 +09:00
committed by GitHub
parent 2f7c3cb628
commit 4520e6473a
26 changed files with 1099 additions and 211 deletions

View File

@@ -13,6 +13,7 @@ module.exports = (api) => {
const config = {
presets: [
'@babel/preset-typescript',
['@babel/react', reactOptions],
['@babel/env', envOptions],
],