This module is declared with ‘export =’, and can only be used with a default import when using the ‘esModuleInterop’ flag.
在tsconfig.json中加入如下内容
{
"compilerOptions": {
"esModuleInterop": true
}
}
{
"compilerOptions": {
"esModuleInterop": true
}
}
2024-11-30 11:11:42
2024-11-30 11:11:42
2024-11-30 11:11:41
2024-11-30 11:11:41
2024-11-30 11:11:40
2024-11-30 11:11:40
2024-11-30 11:11:39
2024-11-30 11:11:39
2024-11-30 11:11:39
2024-11-30 11:11:38