File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1043
1043
"category" : " Error" ,
1044
1044
"code" : 1358
1045
1045
},
1046
- "Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?" : {
1047
- "category" : " Error" ,
1048
- "code" : 1359
1049
- },
1050
- "Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?" : {
1051
- "category" : " Error" ,
1052
- "code" : 1360
1053
- },
1054
1046
1055
1047
"The types of '{0}' are incompatible between these types." : {
1056
1048
"category" : " Error" ,
2257
2249
"category" : " Error" ,
2258
2250
"code" : 2612
2259
2251
},
2252
+ "Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?" : {
2253
+ "category" : " Error" ,
2254
+ "code" : 2613
2255
+ },
2256
+ "Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?" : {
2257
+ "category" : " Error" ,
2258
+ "code" : 2614
2259
+ },
2260
2260
2261
2261
"Cannot augment module '{0}' with value exports because it resolves to a non-module entity." : {
2262
2262
"category" : " Error" ,
You can’t perform that action at this time.
0 commit comments