From 75278e289067977291baa7e2ac217e85fc7d6088 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Dec 2021 13:20:38 +0100 Subject: Support sourceMaps --- shared/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shared/tsconfig.json') 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 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "outDir": "../dist/shared", - + "outDir": "../dist/shared" } } -- cgit v1.2.3