Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 1, 2024
1 parent d4fb22a commit 0463383
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "distribution",
"resolveJsonModule": true,
"target": "ES2022",
"module": "NodeNext",
"lib": [
"DOM",
"DOM.Iterable",
"ES2022"
],
"outDir": "distribution"
},
"include": [
"index.ts",
Expand Down

0 comments on commit 0463383

Please sign in to comment.