Skip to content

Commit

Permalink
Attempt fix ts compile error in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonseppanen committed Nov 30, 2021
1 parent 177e13f commit c0e3277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linkedstate",
"version": "2.0.5",
"description": "Context alternative for react. Link multiple states within components using a unique key, and set them/update them globally.",
"main": "src/index.js",
"main": "dist/index",
"source": "src/index.js",
"repository": "jonseppanen/linkedState",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'linkedstate';

0 comments on commit c0e3277

Please sign in to comment.