diff options
Diffstat (limited to 'scripts/tsconfig.json')
-rw-r--r-- | scripts/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json index 0d9716f2d..0cfd927a6 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "extends": "../tsconfig.base.json", | 2 | "extends": "../tsconfig.base.json", |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "outDir": "../dist/scripts", | 4 | "outDir": "../dist/scripts" |
5 | }, | 5 | }, |
6 | "references": [ | 6 | "references": [ |
7 | { "path": "../shared" }, | 7 | { "path": "../shared" }, |