Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvard committed May 13, 2024
1 parent 03b40d7 commit adc2a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"target": "es2022"
"target": "es2022",
"outDir": "dist"
}
}
2 changes: 1 addition & 1 deletion types/apiHandlerOpts.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {}
export {};

Check warning on line 1 in types/apiHandlerOpts.js

View workflow job for this annotation

GitHub Actions / lint og test

Delete `;`
2 changes: 1 addition & 1 deletion types/db.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {}
export {};

Check warning on line 1 in types/db.js

View workflow job for this annotation

GitHub Actions / lint og test

Delete `;`

0 comments on commit adc2a8c

Please sign in to comment.