File tree Expand file tree Collapse file tree 5 files changed +23
-2
lines changed
Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " commonjs"
3+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " commonjs"
3+ }
Original file line number Diff line number Diff line change 5959 "ts-jest" : " ^27.0.6" ,
6060 "typescript" : " ^4.4.3" ,
6161 "uglify-js" : " ^3.10.0"
62+ },
63+ "type" : " module" ,
64+ "exports" : {
65+ "." : {
66+ "types" : " ./index.d.ts" ,
67+ "require" : " ./dist/zrender.js" ,
68+ "import" : " ./index.js"
69+ },
70+ "./*.js" : " ./*.js" ,
71+ "./*.ts" : " ./*.ts" ,
72+ "./*.json" : " ./*.json" ,
73+ "./*" : " ./*.js"
6274 }
63- }
75+ }
Original file line number Diff line number Diff line change 2121 - " warn"
2222 - " error"
2323 no-constant-condition : 0
24- comma-dangle : 2
24+ comma-dangle : 0
2525 no-debugger : 2
2626 no-dupe-keys : 2
2727 no-empty-character-class : 2
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " commonjs"
3+ }
You can’t perform that action at this time.
0 commit comments