Skip to content

Commit

Permalink
Merge pull request #474 from jill64/dev
Browse files Browse the repository at this point in the history
skipLibCheck
  • Loading branch information
wraith-ci[bot] authored Sep 29, 2024
2 parents 42e9c27 + 85829ab commit 81dd37c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-hydrated",
"description": "💧 Indicating hydration status by svelte-store ",
"version": "1.0.22",
"version": "1.0.23",
"main": "dist/index.js",
"type": "module",
"files": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"repository": {
"type": "git",
"url": "https://github.com/jill64/svelte-hydrated.git",
"image": "https://opengraph.githubassets.com/3a0839122da61011c8444785d0ef7391738aca99002e981be12712429866ab31/jill64/svelte-hydrated"
"image": "https://opengraph.githubassets.com/ac636e7fe6f8af2c62d3bd8a761c9318a610dd3eb0ed4e3d0574ddaf50289177/jill64/svelte-hydrated"
},
"license": "MIT",
"bugs": "https://github.com/jill64/svelte-hydrated/issues",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"allowJs": true,
"checkJs": true,
"strict": true,
"moduleResolution": "Bundler"
"moduleResolution": "Bundler",
"skipLibCheck": true
}
}

0 comments on commit 81dd37c

Please sign in to comment.