diff options
Diffstat (limited to 'shared/tsconfig.json')
-rw-r--r-- | shared/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/tsconfig.json b/shared/tsconfig.json new file mode 100644 index 000000000..95892077b --- /dev/null +++ b/shared/tsconfig.json | |||
@@ -0,0 +1,6 @@ | |||
1 | { | ||
2 | "extends": "../tsconfig.base.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "../dist/shared" | ||
5 | } | ||
6 | } | ||