sanex3339 9 năm trước cách đây
mục cha
commit
3a28dabb70
2 tập tin đã thay đổi với 12 bổ sung1 xóa
  1. 12 0
      dist/index.js
  2. 0 1
      tsconfig.json

+ 12 - 0
dist/index.js

@@ -37,6 +37,18 @@ module.exports =
 /******/ 	// identity function for calling harmory imports with the correct context
 /******/ 	__webpack_require__.i = function(value) { return value; };
 
+/******/ 	// define getter function for harmory exports
+/******/ 	__webpack_require__.d = function(exports, name, getter) {
+/******/ 		Object.defineProperty(exports, name, {
+/******/ 			configurable: false,
+/******/ 			enumerable: true,
+/******/ 			get: getter
+/******/ 		});
+/******/ 	};
+
+/******/ 	// Object.prototype.hasOwnProperty.call
+/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+
 /******/ 	// __webpack_public_path__
 /******/ 	__webpack_require__.p = "";
 

+ 0 - 1
tsconfig.json

@@ -2,7 +2,6 @@
   "compilerOptions": {
     "target": "ES6",
     "module": "commonjs",
-    "outDir": "dist/",
     "sourceMap": false,
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,