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

Commit b668ece

Browse files
authored
Merge pull request #62 from mbektas/fix_jlpm_build
fix jlpm build output dir
2 parents fa1e903 + cac96be commit b668ece

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)