Currently we are using default options but we might want to load the project's tsconfig when extracting it's types.
Not 100% sure if this is necessary as when extracting we aren't compiling (i.e. using the target out output config) or even type checking (using the rest of the config).
Currently we are using default options but we might want to load the project's
tsconfigwhen extracting it's types.Not 100% sure if this is necessary as when extracting we aren't compiling (i.e. using the target out output config) or even type checking (using the rest of the config).