Skip to content

Commit

Permalink
Support transitive dependants that use non-node16 moduleResolution (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Apr 22, 2023
1 parent 47f9d16 commit df685b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"declaration": true,
"declarationMap": true,
"declarationDir": "./types",
"emitDeclarationOnly": true
"emitDeclarationOnly": true,
"moduleResolution": "node"
}
}

0 comments on commit df685b1

Please sign in to comment.