Bump to Typescript 2.9
Closed this issue · 2 comments
bitjson commented
and enable new options in tsconfig (especially: resolveJsonModule
)
FrancescoBorzi commented
Using typescript-starter 2.3.8
, the generated project has already "typescript": "^2.9.1"
in package.json
.
However I wonder why doesn't it just use the latest TypeScript stable version? (currently 3.0.1
).