Skip to content

Commit

Permalink
tsconfig touch (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfvct authored Jul 1, 2021
1 parent 12cd864 commit 166faf7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,14 @@
"lib": [
"es2020",
"esnext.asynciterable",
"dom"
],
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*",
"src/types/*"
]
}
},
"exclude": [
"__test__"
]
}
}

0 comments on commit 166faf7

Please sign in to comment.