From aad4162be83486553b08dacf556814f4108a2a81 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 14:16:39 +0100 Subject: Set up Cypress --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 04519ef..89f1604 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "moduleResolution": "nodenext", - "skipLibCheck": true + "skipLibCheck": true, }, "include": ["src/**/*"] } -- cgit v1.2.3