egg-bizerror
egg-bizerror copied to clipboard
ts项目中编译不通过
Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.(node_modules/egg-bizerror/index.d.ts) namespace EggBizError
可以先在 tsconfig.json 里增加 skipLibCheck: true 跳过 node_modules 里的检测