File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/MatrixAI/js-logger.git"
10
10
},
11
11
"type" : " module" ,
12
- "types" : " ./dist/index.d.ts" ,
13
12
"exports" : {
14
- "." : " ./dist/index.js" ,
15
- "./*.js" : " ./dist/*.js" ,
16
- "./handlers/*.js" : " ./dist/handlers/*.js"
13
+ "./package.json" : " ./package.json" ,
14
+ "." : {
15
+ "types" : " ./dist/index.d.ts" ,
16
+ "import" : " ./dist/index.js"
17
+ },
18
+ "./*.js" : {
19
+ "types" : " ./dist/*.d.ts" ,
20
+ "import" : " ./dist/*.js"
21
+ },
22
+ "./*" : " ./dist/*"
17
23
},
18
24
"imports" : {
19
25
"#*" : " ./dist/*"
Original file line number Diff line number Diff line change 12
12
"allowSyntheticDefaultImports" : true ,
13
13
"resolveJsonModule" : true ,
14
14
"isolatedModules" : true ,
15
- "moduleResolution" : " node " ,
15
+ "moduleResolution" : " NodeNext " ,
16
16
"module" : " ESNext" ,
17
17
"target" : " ES2022" ,
18
18
"baseUrl" : " ./src" ,
You can’t perform that action at this time.
0 commit comments