From 17a0b95fad6f30a873cabb6c0afb42c0c8bf94e2 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Thu, 8 Jun 2023 20:26:54 +0300 Subject: [PATCH] one more tsconfig --- shared/template/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shared/template/tsconfig.json b/shared/template/tsconfig.json index 4ec6ff6a..5098169a 120000 --- a/shared/template/tsconfig.json +++ b/shared/template/tsconfig.json @@ -1 +1,4 @@ -../tsconfig.json \ No newline at end of file +{ + "extends": "../../tsconfig.base.json", + "include": ["guest-js/*.ts"] +}