tsconfig.json Compiler Options(译) Posted on 2019-05-29 原文地址 Option Type Default Description –allowJs boolean false 允许编译Javascript文件 –allowSyntheticDefaultImports boolean module === ‘system’ 或者 –esModuleInterop 允许在没有default export的时候从modules中default import。这不影响代码输出,只影响类型检查