diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-14 13:20:38 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-12-16 10:08:43 +0100 |
commit | 75278e289067977291baa7e2ac217e85fc7d6088 (patch) | |
tree | a9b7ed2fa640f019b8e95e65cca7c191932dc6ef /shared/tsconfig.json | |
parent | b8fa3e8c734a46918118afe7976f248cc883f675 (diff) | |
download | PeerTube-75278e289067977291baa7e2ac217e85fc7d6088.tar.gz PeerTube-75278e289067977291baa7e2ac217e85fc7d6088.tar.zst PeerTube-75278e289067977291baa7e2ac217e85fc7d6088.zip |
Support sourceMaps
Diffstat (limited to 'shared/tsconfig.json')
-rw-r--r-- | shared/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/tsconfig.json b/shared/tsconfig.json index 88107e27f..95892077b 100644 --- a/shared/tsconfig.json +++ b/shared/tsconfig.json | |||
@@ -1,7 +1,6 @@ | |||
1 | { | 1 | { |
2 | "extends": "../tsconfig.base.json", | 2 | "extends": "../tsconfig.base.json", |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "outDir": "../dist/shared", | 4 | "outDir": "../dist/shared" |
5 | |||
6 | } | 5 | } |
7 | } | 6 | } |