Skip to content

Commit

Permalink
build: temporary workaround for typescript errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlansCodeLog committed May 19, 2024
1 parent d8fe069 commit 81f89e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// https://github.com/AlansCodeLog/tsconfigs
"extends": "@alanscodelog/tsconfigs",
"compilerOptions": {
// todo, temp
"noUncheckedIndexedAccess": false,
"outDir": "dist",
// "types": [
/* "node" */
Expand Down

0 comments on commit 81f89e9

Please sign in to comment.