标签: typescript electron node-modules es6-modules
我正在将TypeScript与Electron一起使用,并且试图从与主.ts文件相同的目录中导入另一个index.ts文件,但是在运行应用程序。
.ts
index.ts
我在Failed to load resource: net::ERR_FILE_NOT_FOUND中同时使用ES2020作为编译target和模块系统module。另外,我正在使用tsconfig.json模块分辨率。
Failed to load resource: net::ERR_FILE_NOT_FOUND
ES2020
target
module
tsconfig.json
我正在这样导入我的模块:
Node
我可能在这里缺少扩展名吗?需要吗?为什么?