Skip to content

Commit 6f852e4

Browse files
committed
Ensure package is compiled to dist/ not dist/src/
1 parent d31b94a commit 6f852e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"noEmit": false,
55
"outDir": "dist"
66
},
7-
"include": ["src", "tsconfig.json"]
7+
"include": ["src"]
88
}

0 commit comments

Comments
 (0)