File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -292,8 +292,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
292
292
declaration : true ,
293
293
declarationMap : true ,
294
294
esModuleInterop : true ,
295
- module : "esnext " ,
296
- moduleResolution : "node " ,
295
+ module : "ESNext " ,
296
+ moduleResolution : "NodeNext " ,
297
297
outDir : "lib" ,
298
298
resolveJsonModule : true ,
299
299
skipLibCheck : true ,
Original file line number Diff line number Diff line change 1
- import type { PartialPackageData } from "./types" ;
1
+ import type { PartialPackageData } from "./types.js " ;
2
2
3
3
import { getNpmAuthor } from "../../shared/getNpmAuthor.js" ;
4
4
Original file line number Diff line number Diff line change 3
3
"declaration" : true ,
4
4
"declarationMap" : true ,
5
5
"esModuleInterop" : true ,
6
- "module" : " esnext " ,
7
- "moduleResolution" : " node " ,
6
+ "module" : " ESNext " ,
7
+ "moduleResolution" : " NodeNext " ,
8
8
"outDir" : " lib" ,
9
9
"resolveJsonModule" : true ,
10
10
"skipLibCheck" : true ,
You can’t perform that action at this time.
0 commit comments