【发布时间】:2022-08-19 02:22:37
【问题描述】:
一张价值一千字的截图,他们说:
为什么会这样?
我的 tsconfig.json:
{
\"compileOnSave\": false,
\"compilerOptions\": {
\"rootDir\": \".\",
\"baseUrl\": \".\",
\"sourceMap\": true,
\"declaration\": false,
\"moduleResolution\": \"node\",
\"emitDecoratorMetadata\": true,
\"experimentalDecorators\": true,
\"esModuleInterop\": true,
\"importHelpers\": true,
\"target\": \"ESNext\",
\"module\": \"esnext\",
\"lib\": [\"ESNext\", \"dom\", \"DOM.Iterable\"],
\"skipLibCheck\": true,
\"skipDefaultLibCheck\": true,
},
\"exclude\": [\"node_modules\", \"tmp\"]
}
标签: typescript