File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44vendor /bundle
55node_modules
66package-lock.json
7+ api.js
8+ components /* .js
9+ tsconfig.tsbuildinfo
710
811# # Rocket ignore files (need to be the full relative path to the folders)
912_site-dev
Original file line number Diff line number Diff line change 1212 },
1313 "scripts" : {
1414 "prestart" : " pnpm run typedoc" ,
15- "prebuild" : " pnpm run typedoc" ,
15+ "prebuild" : " pnpm run tsc && pnpm run typedoc" ,
1616 "postinstall" : " patch-package" ,
1717 "start" : " rocket start" ,
1818 "build" : " rocket build" ,
19+ "tsc" : " tsc" ,
1920 "typedoc" : " typedoc --json docs/_data/api/api.json --entryPoints api.ts" ,
2021 "test" : " echo \" Error: no test specified\" && exit 1"
2122 },
Original file line number Diff line number Diff line change 99 "noImplicitThis" : true ,
1010 "noFallthroughCasesInSwitch" : true ,
1111 "declaration" : false ,
12- "noEmit" : true ,
1312 "emitDecoratorMetadata" : false ,
1413 "experimentalDecorators" : true ,
1514 "incremental" : true ,
2120 "jsxFactory" : " etch.dom" ,
2221 "lib" : [" ES2018" , " dom" ],
2322 "target" : " ES2018" ,
24- "allowJs" : true ,
23+ "allowJs" : false ,
2524 "esModuleInterop" : true ,
26- "module" : " commonjs " ,
25+ "module" : " ESNext " ,
2726 "moduleResolution" : " node" ,
2827 "importHelpers" : false
2928 }
You can’t perform that action at this time.
0 commit comments