Typescript in dependencies not devDependencies?
dls314 opened this issue · 1 comments
dls314 commented
I noticed that this starter places typescript in dependencies not devDependencies. Is this a subtle requirement or could typescript be moved to devDependencies?
kamilmysliwiec commented
Not a requirement at all. It depends on how the individual wants to run an app, using ts-node
or just node
with precompiled files.