Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
remove an option that is now invalid
  • Loading branch information
basarat authored Jan 28, 2024
1 parent 8c1c97f commit c1ae1b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"outDir": "lib"
},
"include": [
"src"
]
}
}

0 comments on commit c1ae1b5

Please sign in to comment.