refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
15
home/ags/node_modules/tsconfig-paths/lib/options.js
generated
vendored
15
home/ags/node_modules/tsconfig-paths/lib/options.js
generated
vendored
|
|
@ -1,15 +0,0 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.options = void 0;
|
||||
var minimist = require("minimist");
|
||||
var argv = minimist(process.argv.slice(2), {
|
||||
string: ["project"],
|
||||
alias: {
|
||||
project: ["P"],
|
||||
},
|
||||
});
|
||||
var project = argv && argv.project;
|
||||
exports.options = {
|
||||
cwd: project || process.cwd(),
|
||||
};
|
||||
//# sourceMappingURL=options.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue