Skip to content

Commit

Permalink
Remove compilerOptions from tsconfig (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Mar 17, 2024
1 parent c363de4 commit 16ccb93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"outDir": "./lib"
}
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node20/tsconfig.json"
}

0 comments on commit 16ccb93

Please sign in to comment.