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 16
16
export let flip: string ;
17
17
export let footer: string ;
18
18
19
- let text: " hello-world" ;
20
-
21
19
async function getHelloWorld() {
22
- const { app } = await webcomponent ({ text });
20
+ const { app } = await webcomponent ({ text: " hello-world " });
23
21
24
22
return app ();
25
23
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export interface ModuleInterface {
23
23
*
24
24
* @interface [ModuleInterface](https://github.com/ptkdev-boilerplate/svelte-webcomponent-boilerplate/blob/main/app/webcomponent/types/module.type.ts)
25
25
*
26
- * @param { String } text - input text
26
+ * @param {string } text - input text
27
27
*
28
28
*/
29
29
text : string
Original file line number Diff line number Diff line change 7
7
"resolveJsonModule" : true ,
8
8
"moduleResolution" : " node" ,
9
9
"esModuleInterop" : true ,
10
- "noImplicitAny" : true ,
10
+ "noImplicitAny" : false ,
11
11
"noImplicitThis" : true ,
12
12
"declaration" : false ,
13
13
"strict" : false ,
You can’t perform that action at this time.
0 commit comments