Skip to content

Instantly share code, notes, and snippets.

@lirongfei123
Last active February 19, 2019 03:37
Show Gist options
  • Save lirongfei123/c11e733296c62e4f8aa7c34b407d4fac to your computer and use it in GitHub Desktop.
Save lirongfei123/c11e733296c62e4f8aa7c34b407d4fac to your computer and use it in GitHub Desktop.
typescript #错误处理

Error: TypeScript emitted no output for /Users/rongfeili/Code/chrome-bm/src/js/background.ts

这个是没有设置ts的输出目录 或者noEmit: true 设置为true 设置为false即可 ts-loader报的错误

### TS2304: Cannot find name 'baseurl'.
declare var baseUrl: any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment