Typescript error TS1005: ';' expected

前端 未结 3 2378
眼角桃花
眼角桃花 2021-02-20 03:21

I am trying compile this typescript file:

import http = module(\"http\");
import express = module(\"express\");

With these parameters:

3条回答
  •  春和景丽
    2021-02-20 03:48

    Typescript compiler (https://www.npmjs.org/package/typescript-compiler) commands.

    I use --allowimportmodule

提交回复
热议问题