gpt4 book ai didi

typescript - tsconfig.json 中的模块属性

转载 作者:行者123 更新时间:2023-12-05 06:41:51 35 4
gpt4 key购买 nike

根据我的理解,我们可以分配值“commonjs”或“AMD”到 tsconfig.json 中的“模块”属性。

我们可以分配除这两个之外的任何其他值吗?

....
....
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
}
}
....
....

最佳答案

是的,我们可以,允许的值为:

"commonjs", "amd", "umd", "system", "es6", "es2015", "none".

直接来自 json schema

或以更易读的格式参见 compiler options 中的 --module

关于typescript - tsconfig.json 中的模块属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39226103/

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