我该如何编译? TSC命令不起作用,因为我的tsconfig.json是:
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"noEmit": true,
"strict": true
}
}
(能够使用允许importingtsextensions我需要noemit)
the Transpiles毫无问题,它不会发出任何转移文件,因为正如Documenation/公告时,AllowImportingTsextensions flag是针对您有一个Bundler转换项目文件的情况。