我有一個 config.ts 并且我有module.exports = { something: 123 }當我像 import { some } from './config.ts' 一樣導入時,出現錯誤config.ts' is not a module,問題是什么?我的打字稿配置正確并且它在其他地方工作。
ts 文件中的模塊導出不是模塊錯誤
江戶川亂折騰
2023-09-28 15:34:16