File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/05-interoperability/07-converting-blocks-to-odt Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 "strict" : true ,
1616 "forceConsistentCasingInFileNames" : true ,
1717 "module" : " ESNext" ,
18- "moduleResolution" : " Node " ,
18+ "moduleResolution" : " bundler " ,
1919 "resolveJsonModule" : true ,
2020 "isolatedModules" : true ,
2121 "noEmit" : true ,
Original file line number Diff line number Diff line change 1111 "build" : {
1212 "cache" : true ,
1313 "dependsOn" : [" ^build" ],
14- "outputs" : [" {projectRoot}/dist" ]
14+ "outputs" : [" {projectRoot}/dist" , " {projectRoot}/types " ]
1515 },
1616 "test" : {
1717 "cache" : true ,
Original file line number Diff line number Diff line change 2525 "start:built" : " npx serve playground/dist -c ../serve.json" ,
2626 "build:clean" : " npm run clean && npm run gen && npm run clean && lerna run --stream build" ,
2727 "build" : " lerna run --stream build" ,
28- "build:site" : " lerna run --stream docs:build --concurrency 1" ,
28+ "build:site" : " npm run gen && lerna run --stream docs:build --concurrency 1" ,
2929 "lint" : " lerna run --stream lint" ,
3030 "bootstrap" : " lerna bootstrap --ci -- --force && patch-package" ,
3131 "install-new-packages" : " lerna bootstrap -- --force && patch-package" ,
You can’t perform that action at this time.
0 commit comments