提交 6bdf5070 编写于 作者: M Matt Bierner

Enable resolveJsonModule for implicit JS/TS projects

For #93500
上级 c2c74e60
......@@ -510,6 +510,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
allowJs: true,
allowSyntheticDefaultImports: true,
allowNonTsExtensions: true,
resolveJsonModule: true,
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册