-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
如题,经测试确实是插件导致的, 关闭后报错消失。

我的 jsconfig.json 如下:
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": false,
"module": "es6",
"target": "es5",
"paths": {
"/libs/*": ["./libs/*"],
"/pages/*": ["./pages/*"],
"/components/*": ["./components/*"],
"/assets/*": ["./assets/*"],
"/constants/*": ["./constants/*"],
"/services/*": ["./services/*"]
}
},
"exclude": ["node_modules"]
}Metadata
Metadata
Assignees
Labels
No labels