1.js 168 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. console.log("这是我的第一个ts文件");
  4. var a = 52;
  5. var b = "77";
  6. console.log(a, b);