Skip to content

Commit bf6343b

Browse files
authored
Add Build-Time TypeScript Support (#1428)
1 parent c35c4f6 commit bf6343b

File tree

6 files changed

+865
-218
lines changed

6 files changed

+865
-218
lines changed

babel.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"ie": "11"
1313
}
1414
}
15+
],
16+
[
17+
"@babel/preset-typescript",
18+
{
19+
"allowDeclareFields": true,
20+
"onlyRemoveTypeImports": true
21+
}
1522
]
1623
]
1724
}

0 commit comments

Comments
 (0)