Skip to content

Commit acd9f87

Browse files
committed
fix: add missing ./bin in tsconfig.json
1 parent 7451350 commit acd9f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"outDir": "dist",
55
"rootDir": "./",
66
},
7-
"include": ["src", "index.ts"],
7+
"include": ["src", "bin", "index.ts"],
88
"exclude": ["node_modules", "dist"]
99
}

0 commit comments

Comments
 (0)