Add typings file
The initial way I set up Typescript, using Babel 7's integration, was not generating typings files due to the noEmit
option. I updated the tsconfig.json
to create the typings file.
The initial way I set up Typescript, using Babel 7's integration, was not generating typings files due to the noEmit
option. I updated the tsconfig.json
to create the typings file.