Skip to content

Commit 53b22e8

Browse files
committed
chore: build ts via babel
1 parent 09e12d8 commit 53b22e8

File tree

4 files changed

+3878
-1216
lines changed

4 files changed

+3878
-1216
lines changed

babel.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
}
1010
},
1111
"presets": [
12+
["@babel/preset-typescript", {}],
1213
[
1314
"@babel/env",
1415
{

0 commit comments

Comments
 (0)