Slide 6
Slide 6 text
© Babel, inc.
公式ドキュメントにはこう書かれている
6
A TSConfig file in a directory indicates that the directory is the root of a TypeScript or JavaScript project.
The TSConfig file can be either a tsconfig.json or jsconfig.json, both have the same set of config variables.
https://www.typescriptlang.org/tsconfig
TSConfig (tsconfig.json) とは