Consider supporting jsconfig.json
in compilation
#6561
Labels
Milestone
jsconfig.json
in compilation
#6561
We are adding support for using
jsconfig.json
files to define a project and compilation options in the language service, and we should consider supportingjsconfig.json
files intsc
compilation as well.Pros:
.ts
files and.js
files, the user always needs only one json files for editing and compilingjsconfig.json
users and one less step for them to adopt TypeScript in their projectsCons:
jsconfig
drives the TypeScript compilerjsconfig.json
andtsconfig.json
have different default values for certain compiler options. For example,allowJs
is default totrue
forjsconfig
. This may lead to unexpected outcome.The text was updated successfully, but these errors were encountered: