gpt4 book ai didi

typescript - "can only be default-imported using the ' esModuleInterop'标志”是什么意思?

转载 作者:行者123 更新时间:2023-12-03 09:28:18 24 4
gpt4 key购买 nike

我收到以下错误:

lib/app.ts:1:8 - error TS1259: Module '"mongoose-sequence"' can only be default-imported using the 'esModuleInterop' flag

在以下代码行上:
import _ from 'mongoose-sequence';

现在,我很高兴地承认我在整个“下划线作为函数名”中缺少了一些东西,但是该错误没有任何意义,因为在我的ts.config文件中 esModuleInterop标志是绝对设置为 true的。

我正在尝试导入此:
declare module 'mongoose-sequence' {
import mongoose = require('mongoose');
var _: (schema: mongoose.Schema, options?: Object) => void;
export = _;

来自 Mongoose 序列DefinitelyTyped定义。

我想念什么?

最佳答案

关于typescript - "can only be default-imported using the ' esModuleInterop'标志”是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57960016/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com