Commit 32069dd 1 parent 0e574a4 commit 32069dd Copy full SHA for 32069dd
File tree 3 files changed +3
-3
lines changed
examples/05-interoperability/07-converting-blocks-to-odt
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
"strict" : true ,
16
16
"forceConsistentCasingInFileNames" : true ,
17
17
"module" : "ESNext" ,
18
- "moduleResolution" : "Node " ,
18
+ "moduleResolution" : "bundler " ,
19
19
"resolveJsonModule" : true ,
20
20
"isolatedModules" : true ,
21
21
"noEmit" : true ,
Original file line number Diff line number Diff line change 11
11
"build" : {
12
12
"cache" : true ,
13
13
"dependsOn" : [" ^build" ],
14
- "outputs" : [" {projectRoot}/dist" ]
14
+ "outputs" : [" {projectRoot}/dist" , " {projectRoot}/types " ]
15
15
},
16
16
"test" : {
17
17
"cache" : true ,
Original file line number Diff line number Diff line change 25
25
"start:built" : " npx serve playground/dist -c ../serve.json" ,
26
26
"build:clean" : " npm run clean && npm run gen && npm run clean && lerna run --stream build" ,
27
27
"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" ,
29
29
"lint" : " lerna run --stream lint" ,
30
30
"bootstrap" : " lerna bootstrap --ci -- --force && patch-package" ,
31
31
"install-new-packages" : " lerna bootstrap -- --force && patch-package" ,
You can’t perform that action at this time.
0 commit comments