Skip to content

Commit efc07a4

Browse files
authored
Merge pull request #150 from xsnippet/add-ts-support
Add ts support
2 parents 6c6689f + 7395127 commit efc07a4

File tree

6 files changed

+288
-8
lines changed

6 files changed

+288
-8
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"presets": [
33
"@babel/preset-react",
4-
"@babel/preset-env"
4+
"@babel/preset-env",
5+
"@babel/preset-typescript"
56
],
67
"plugins": [
78
"@babel/plugin-syntax-dynamic-import",

package-lock.json

Lines changed: 261 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)