File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 109
109
"@types/jest" : " ^27.5.0" ,
110
110
"@typescript-eslint/eslint-plugin" : " ^5.21.0" ,
111
111
"@typescript-eslint/parser" : " ^5.21.0" ,
112
+ "@zerollup/ts-transform-paths" : " ^1.7.18" ,
112
113
"babel-eslint" : " ^10.1.0" ,
113
114
"babel-jest" : " ^28.0.2" ,
114
115
"babel-loader" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 9
9
"paths" : {
10
10
"src/*" : [" ./src/*" ]
11
11
},
12
+ "plugins" : [
13
+ {
14
+ "transform" : " @zerollup/ts-transform-paths" ,
15
+ "exclude" : [" *" ]
16
+ }
17
+ ],
12
18
"sourceMap" : true ,
13
19
"declaration" : true ,
14
20
"esModuleInterop" : true ,
Original file line number Diff line number Diff line change 1775
1775
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
1776
1776
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
1777
1777
1778
+ " @zerollup/ts-helpers@^1.7.18 " :
1779
+ version "1.7.18"
1780
+ resolved "https://registry.yarnpkg.com/@zerollup/ts-helpers/-/ts-helpers-1.7.18.tgz#747177f6d5abc06c3a0f5dffe7362d365cf0391d"
1781
+ integrity sha512-S9zN+y+i5yN/evfWquzSO3lubqPXIsPQf6p9OiPMpRxDx/0totPLF39XoRw48Dav5dSvbIE8D2eAPpXXJxvKwg==
1782
+ dependencies :
1783
+ resolve "^1.12.0"
1784
+
1785
+ " @zerollup/ts-transform-paths@^1.7.18 " :
1786
+ version "1.7.18"
1787
+ resolved "https://registry.yarnpkg.com/@zerollup/ts-transform-paths/-/ts-transform-paths-1.7.18.tgz#72f705c66690879e51d53c73dc76c4e2518a8c50"
1788
+ integrity sha512-YPVUxvWQVzRx1OBN0Pmkd58+R9FcfUJuwTaPUSoi5rKxuXMtxevTXdfi0w5mEaIH8b0DfL+wg0wFDHiJE+S2zA==
1789
+ dependencies :
1790
+ " @zerollup/ts-helpers" " ^1.7.18"
1791
+
1778
1792
acorn-import-assertions@^1.7.6 :
1779
1793
version "1.8.0"
1780
1794
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
You can’t perform that action at this time.
0 commit comments