From b8fa3e8c734a46918118afe7976f248cc883f675 Mon Sep 17 00:00:00 2001 From: lutangar Date: Tue, 9 Nov 2021 13:49:08 +0100 Subject: refactor(types): create dedicated folder for types package src fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory --- shared/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/tsconfig.json') diff --git a/shared/tsconfig.json b/shared/tsconfig.json index 95892077b..88107e27f 100644 --- a/shared/tsconfig.json +++ b/shared/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "outDir": "../dist/shared" + "outDir": "../dist/shared", + } } -- cgit v1.2.3