Skip to content

Commit 6b03fb4

Browse files
authored
fix: types (#5)
* fix: types * remove comma
1 parent 3d7abc4 commit 6b03fb4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-data-hooks",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Co-located, static data hooks in next.js",
55
"private": true,
66
"scripts": {

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"emitDeclarationOnly": true,
1111
"forceConsistentCasingInFileNames": true
1212
},
13-
"exclude": ["**/*.test.tsx", "dist/**/*", "examples/**/*", "test-app/**/*"]
13+
"exclude": ["**/*.test.tsx"],
14+
"include": ["./src/**/*.tsx", "./src/**/*.ts"]
1415
}

0 commit comments

Comments
 (0)