Typescript - tsconfig.json - Build:No inputs were found in config file



出現這個錯誤的解決辦法:

在 tsconfig.json 的 compilerOptions 中加上一行:

"compilerOptions": {
    "allowJs": true,
}