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"] }