Skip to content

Commit

Permalink
fix: remove old ts option
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 28, 2023
1 parent d17424d commit 638dbed
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 @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "dist/types",
"emitDeclarationOnly": true,
"importsNotUsedAsValues": "preserve",
"paths": {
"multiformats": [
"./src/index.js"
Expand All @@ -23,4 +22,4 @@
"src",
"test"
]
}
}

0 comments on commit 638dbed

Please sign in to comment.