egg-bizerror icon indicating copy to clipboard operation
egg-bizerror copied to clipboard

ts项目中编译不通过

Open family2hu opened this issue 4 years ago • 1 comments

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

family2hu avatar Dec 23 '20 09:12 family2hu

可以先在 tsconfig.json 里增加 skipLibCheck: true 跳过 node_modules 里的检测

beliefgp avatar Dec 28 '20 03:12 beliefgp