From ebba38b8830d7b5927c471cecf9e912b9dc67101 Mon Sep 17 00:00:00 2001 From: Vincent Rubinetti Date: Tue, 29 Oct 2024 14:04:27 -0400 Subject: [PATCH] revert tsconfig, update gitignore --- frontend/.gitignore | 2 +- frontend/tsconfig.node.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index dad1182..e3b32e7 100755 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -29,4 +29,4 @@ dist-ssr /blob-report/ /playwright/.cache/ tsconfig.tsbuildinfo -lighthouse +/lighthouse-report/ diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json index 91e9857..7ed42a9 100644 --- a/frontend/tsconfig.node.json +++ b/frontend/tsconfig.node.json @@ -1,13 +1,12 @@ { "compilerOptions": { - "target": "es2017", "allowSyntheticDefaultImports": true, "composite": true, "module": "ESNext", "moduleResolution": "bundler", "resolveJsonModule": true, "skipLibCheck": true, - "types": ["node", "@axe-core/playwright"], + "types": ["@axe-core/playwright"], "paths": { "@/*": ["./*"] }