Importing commonJS module via ES6 import, Property does not exist on type 'typeof import

后端 未结 0 1363
清歌不尽
清歌不尽 2021-01-05 01:41

I have the following typescript modules,

server.ts

// server.ts
import express from \'express\';
const app = express();

module.exports = {
  App: app,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题