From 228df278d955157cd4f19ea1c8d83af87a3377e6 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Fri, 10 Sep 2021 11:13:18 +0100 Subject: [PATCH] update tsconfig --- tauri-wallet/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tauri-wallet/tsconfig.json b/tauri-wallet/tsconfig.json index 47c3a46834..70a9da64af 100644 --- a/tauri-wallet/tsconfig.json +++ b/tauri-wallet/tsconfig.json @@ -70,5 +70,6 @@ /* Advanced Options */ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ - } + }, + "exclude": ["node_modules", "dist"] }