Replies: 1 comment 5 replies
-
for clarity, i've tried setting up a export * as types from './src/types/index' but it doesn't look like these variables are populated in the repl at all—
is there some other way to do this? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
basically i have a new typescript project, and i'd love to be able to start up a repl and instantly have access to project types defined in a file. specifically, things defined like:
i'd love to be able to say
ts-node -r src/types/index.ts
and have it create a repl where i can just useDict
. is this possible?Beta Was this translation helpful? Give feedback.
All reactions