Skip to content

Commit

Permalink
Fix GJS Soup example validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 28, 2023
1 parent b19819a commit a717291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/gjs/soup-3-http/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"types": [],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"moduleResolution": "Bundler",
"noEmit": true,
"emitDeclarationOnly": true,
"allowImportingTsExtensions": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit a717291

Please sign in to comment.