From 39dda8bef1a6efe8f1cb2b8adb952d4341e0d663 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 14 Apr 2022 15:10:40 +0200 Subject: [PATCH] Update tsconfig --- client/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/tsconfig.json b/client/tsconfig.json index b7af0e98..42b2f77b 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -12,6 +12,8 @@ "paths": { "@/*": ["./*"], }, + "plugins": [{"name": "typescript-tslint-plugin"}] }, + "exclude": ["./cypress"] }