Skip to content

Commit 839bf36

Browse files
committed
fix(Build): Fix outDir
1 parent 003f480 commit 839bf36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "@stencila/dev-config/tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist/lib"
4+
"outDir": "dist"
55
},
66
"include": ["src/**/*.ts"]
77
}

0 commit comments

Comments
 (0)