Skip to content

Commit

Permalink
revert tsconfig, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Oct 29, 2024
1 parent 42c490c commit ebba38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ dist-ssr
/blob-report/
/playwright/.cache/
tsconfig.tsbuildinfo
lighthouse
/lighthouse-report/
3 changes: 1 addition & 2 deletions frontend/tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -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": {
"@/*": ["./*"]
}
Expand Down

0 comments on commit ebba38b

Please sign in to comment.