Skip to content

Commit bcd3759

Browse files
committed
fix: build script
1 parent 715f3d3 commit bcd3759

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
@@ -22,7 +22,7 @@
2222
"rootDir": "./",
2323
"outDir": "./dist",
2424
},
25-
"include": ["examples/**/*", "scripts/**/*"],
25+
"include": ["**/*"],
2626
"exclude": [
2727
"./node_modules",
2828
"./dist"

0 commit comments

Comments
 (0)