File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 323
323
"nyc" : " ^17.1.0" ,
324
324
"prettier" : " ^3.5.3" ,
325
325
"ts-loader" : " ^9.5.1" ,
326
- "typescript" : " ^5.4.5 " ,
326
+ "typescript" : " ^5.8.3 " ,
327
327
"utf-8-validate" : " ^6.0.5" ,
328
328
"vitest" : " ^0.34.6" ,
329
329
"vscode-test" : " ^1.5.0" ,
Original file line number Diff line number Diff line change 10
10
"strict" : true ,
11
11
"esModuleInterop" : true ,
12
12
"skipLibCheck" : true ,
13
- "forceConsistentCasingInFileNames" : true
13
+ "forceConsistentCasingInFileNames" : true ,
14
+ "paths" : {
15
+ // axios contains both an index.d.ts and index.d.cts which apparently have
16
+ // conflicting types. For some reason TypeScript is reading both and
17
+ // throwing errors about AxiosInstance not being compatible with
18
+ // AxiosInstance. This ensures we use only index.d.ts.
19
+ "axios" : [" ./node_modules/axios/index.d.ts" ]
20
+ }
14
21
},
15
22
"exclude" : [" node_modules" ],
16
23
"include" : [" src/**/*" ]
Original file line number Diff line number Diff line change @@ -7687,10 +7687,10 @@ typedarray-to-buffer@^3.1.5:
7687
7687
dependencies :
7688
7688
is-typedarray "^1.0.0"
7689
7689
7690
- typescript@^5.4.5 :
7691
- version "5.4.5 "
7692
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5 .tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611 "
7693
- integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ ==
7690
+ typescript@^5.8.3 :
7691
+ version "5.8.3 "
7692
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3 .tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e "
7693
+ integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ ==
7694
7694
7695
7695
7696
7696
version "1.0.40"
You can’t perform that action at this time.
0 commit comments