File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
"presets" : [
3
3
" @babel/preset-env" ,
4
4
" @babel/preset-typescript"
5
+ ],
6
+ "plugins" : [
7
+ " babel-plugin-replace-ts-export-assignment"
5
8
]
6
9
}
Original file line number Diff line number Diff line change 34
34
"@types/node" : " ^15.12.2" ,
35
35
"@types/request" : " ^2.48.5" ,
36
36
"@types/uuid" : " ^8.3.0" ,
37
+ "babel-plugin-replace-ts-export-assignment" : " ^0.0.2" ,
37
38
"chai" : " ^4.2.0" ,
38
39
"codecov" : " ^3.8.0" ,
39
40
"eslint" : " ^7.7.0" ,
Original file line number Diff line number Diff line change @@ -1321,6 +1321,11 @@ babel-plugin-polyfill-regenerator@^0.2.2:
1321
1321
dependencies :
1322
1322
" @babel/helper-define-polyfill-provider" " ^0.2.2"
1323
1323
1324
+ babel-plugin-replace-ts-export-assignment@^0.0.2 :
1325
+ version "0.0.2"
1326
+ resolved "https://registry.yarnpkg.com/babel-plugin-replace-ts-export-assignment/-/babel-plugin-replace-ts-export-assignment-0.0.2.tgz#927a30ba303fcf271108980a8d4f80a693e1d53f"
1327
+ integrity sha512-BiTEG2Ro+O1spuheL5nB289y37FFmz0ISE6GjpNCG2JuA/WNcuEHSYw01+vN8quGf208sID3FnZFDwVyqX18YQ==
1328
+
1324
1329
balanced-match@^1.0.0 :
1325
1330
version "1.0.2"
1326
1331
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
You can’t perform that action at this time.
0 commit comments