Skip to content

Commit 638dbed

Browse files
committed
fix: remove old ts option
1 parent d17424d commit 638dbed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"outDir": "dist/types",
55
"emitDeclarationOnly": true,
6-
"importsNotUsedAsValues": "preserve",
76
"paths": {
87
"multiformats": [
98
"./src/index.js"
@@ -23,4 +22,4 @@
2322
"src",
2423
"test"
2524
]
26-
}
25+
}

0 commit comments

Comments
 (0)