Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit cac96be

Browse files
committed
fix jlpm build output dir
1 parent fa1e903 commit cac96be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/galata/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "http://json.schemastore.org/tsconfig",
33
"extends": "../../tsconfig-base",
4+
"compilerOptions": {
5+
"outDir": "lib"
6+
},
47
"include": ["src/**/*", "tests/*"]
58
}

0 commit comments

Comments
 (0)