Skip to content

Commit 0d2177e

Browse files
committed
feat: made tsc adjustments
1 parent 2bbc790 commit 0d2177e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reader/ts/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"strict": true,
1111
"moduleResolution": "nodenext",
1212
"declaration": true,
13-
"emitDeclarationOnly": false
13+
"emitDeclarationOnly": true,
14+
"esModuleInterop": true,
15+
"allowSyntheticDefaultImports": true,
16+
"allowImportingTsExtensions": true,
1417
}
1518
}

0 commit comments

Comments
 (0)