Open zth opened 10 months ago
This could be a neat thing - configure gentype automatically whenever adding to an existing project with TS already installed.
We could:
"module"
"moduleResolution"
tsconfig.json
allowJs
true
Going for a "1 command to get setup" approach.
cc @cometkim
This could be a neat thing - configure gentype automatically whenever adding to an existing project with TS already installed.
We could:
"module"
and"moduleResolution"
in gentype viatsconfig.json
allowJs
is nottrue
intsconfig.json
and explain why it's neededGoing for a "1 command to get setup" approach.
cc @cometkim