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-08-23 00:08:57
2024-08-23 00:08:45
2024-08-23 00:08:41
2024-04-29 12:04:01
2024-08-23 00:08:28
2024-01-29 13:01:19
2024-07-29 00:07:42
2024-02-22 11:02:13
2024-08-23 00:08:48
2024-02-01 12:02:57