Skip to content

Commit

Permalink
chore: cleanup tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 14, 2023
1 parent cf9d623 commit ff1411b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"module": "ESNext",
"moduleResolution": "node",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist",
"removeComments": true,
"resolveJsonModule": true,
"strict": true,
"target": "ES2019"
"sourceMap": true,
"target": "ES2020"
}
}

0 comments on commit ff1411b

Please sign in to comment.