Great project, I'm excited to get started using it...
# help
j
Great project, I'm excited to get started using it. One quesiton, is there a way to point to a alternative
tsconfig.json
file? Currently, in my setup I have my file named as
tsconfig.app.json
and split the test file to
tsconfig.spec.json
.
f
Hey @Jonathan Chapman, welcome to SST! Let me loop in our TypeScript master @thdxr.
j
tks
t
Hey Jonathan
I think you can specify in jest config to use a specific tsconfig iirc
j
how about the running the stack?
that makes sense for Jest
t
Running the stack I think right now you have to name it one of the default options,
tsconfig.json
The way we call into tsc right now we don't let you pass in different options
j
gotcha
is there a way to put a request in for it?
t
we probably need to rework the way we're calling tsc for a few different reasons, think we'lre going to discuss this weekend
I can make an issue for this
j
awesome, tks