在用ts和react的项目中进行webpack编译的时候,会出现如下报错:
The 'files' list in config file 'tsconfig.json' is empty
Module build failed (from ../node_modules/ts-loader/index.js):
Error: error while ...……
TypeScript allows you to generate definition files for your own libraries. This lesson shows you how to organize your project and generate the definition files so that others projects can use your lib……
序言 设置淘宝镜像npm config get cachenpm config get prefixnpm config get registrynpm config set registry https://registry.npmjs.orgnpm config set registry https://registry.npm.taobao ...……