问答详情
源自:4-5 Module 模块

报错了, exports is not defined

class.ts:

export class createPerson implements Person

export class Human implements Animals


main.ts:

import { createPerson,Human } from './class'


命令行:

tsc main.ts -t es5


浏览器:

ReferenceError: exports is not defined

    at main.js:2:23


感觉不至于说不支持ES5语法才对呀...浏览器是最新chrome...


提问者:松树下的熊猫 2022-09-15 17:07

个回答

  • 慕雪6341044
    2022-09-16 14:59:58

    我也报错网上都说要生成ts.config文件搞不懂