Comparing version 1.2.5 to 1.2.6
@@ -20,6 +20,17 @@ "use strict"; | ||
var _schema = _interopRequireDefault(require("./schema.json")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
const schema = { | ||
type: "object", | ||
properties: { | ||
typescript: { | ||
type: "boolean" | ||
}, | ||
tsconfig: { | ||
type: "object", | ||
additionalProperties: true | ||
} | ||
}, | ||
additionalProperties: true | ||
}; | ||
let _esbuildInput = { | ||
@@ -130,3 +141,3 @@ format: "cjs", | ||
if (this.getOptions) { | ||
const opts = this.getOptions(_schema.default); | ||
const opts = this.getOptions(schema); | ||
@@ -133,0 +144,0 @@ if (typeof opts.tsconfig === "object") { |
{ | ||
"name": "atbuild", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "dist/atbuild.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
40539
847