File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 99 "url" : " https://github.com/MatrixAI/js-logger.git"
1010 },
1111 "type" : " module" ,
12- "types" : " ./dist/index.d.ts" ,
1312 "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/*"
1723 },
1824 "imports" : {
1925 "#*" : " ./dist/*"
Original file line number Diff line number Diff line change 1212 "allowSyntheticDefaultImports" : true ,
1313 "resolveJsonModule" : true ,
1414 "isolatedModules" : true ,
15- "moduleResolution" : " node " ,
15+ "moduleResolution" : " NodeNext " ,
1616 "module" : " ESNext" ,
1717 "target" : " ES2022" ,
1818 "baseUrl" : " ./src" ,
You can’t perform that action at this time.
0 commit comments