Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Oct 31, 2024
1 parent e283447 commit 7b72142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/example-vite-svelte-recs/src/dojo/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function setup({ ...config }: DojoConfig) {
const sync = await getSyncEntities(
toriiClient,
contractComponents as any,
undefined,
[]
);

Expand Down
2 changes: 1 addition & 1 deletion examples/example-vite-svelte-recs/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true
"noEmit": false
},
"include": ["vite.config.ts"]
}
1 change: 1 addition & 0 deletions examples/example-vue-app-recs/src/dojo/generated/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function setup({ ...config }: DojoConfig) {
const sync = await getSyncEntities(
toriiClient,
contractComponents as any,
undefined,
[]
);

Expand Down

0 comments on commit 7b72142

Please sign in to comment.