{ \"compilerOptions\": { \"allowJs\": true, // 允许编译 JavaScript 文件 \"allowSyntheticDefaultImports\": true, // 允许从没有默认导出的模块中进行...