From c7b3012c7aba9cdbe90932c9d37057f26b3a1e33 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Mon, 24 May 2021 17:38:15 +0200 Subject: Backend added --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 9766cd4..3464fd0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -70,5 +70,5 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": [ "./**/*" ], - "exclude": [ "dist/*", "node_modules/*" ], /* Specifies an array of filenames or patterns that should be skipped when resolving include */ + "exclude": [ "dist/*", "node_modules/*", "backend/*" ], /* Specifies an array of filenames or patterns that should be skipped when resolving include */ } -- cgit v1.3.1