📌  相关文章
📜  eslint 停止从 node_modules 兼容导入 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:29.650000             🧑  作者: Mango

代码示例1
I had to add "compilerOptions": { "moduleResolution": "node" } additionally to tsconfig.json in order to ESlint stop complaining when import from node_modules.