File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616 export let flip: string ;
1717 export let footer: string ;
1818
19- let text: " hello-world" ;
20-
2119 async function getHelloWorld() {
22- const { app } = await webcomponent ({ text });
20+ const { app } = await webcomponent ({ text: " hello-world " });
2321
2422 return app ();
2523 }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export interface ModuleInterface {
2323 *
2424 * @interface [ModuleInterface](https://github.com/ptkdev-boilerplate/svelte-webcomponent-boilerplate/blob/main/app/webcomponent/types/module.type.ts)
2525 *
26- * @param { String } text - input text
26+ * @param {string } text - input text
2727 *
2828 */
2929 text : string
Original file line number Diff line number Diff line change 77 "resolveJsonModule" : true ,
88 "moduleResolution" : " node" ,
99 "esModuleInterop" : true ,
10- "noImplicitAny" : true ,
10+ "noImplicitAny" : false ,
1111 "noImplicitThis" : true ,
1212 "declaration" : false ,
1313 "strict" : false ,
You can’t perform that action at this time.
0 commit comments