Init: Remove debug logger
This commit is contained in:
parent
29318592b0
commit
74fe8e3e8b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function getConfig() {
|
|||
["./config.ts"],
|
||||
{outDir: "./dist"}
|
||||
);
|
||||
console.log(program.emit(program.getSourceFile("./config.ts")));
|
||||
program.emit(program.getSourceFile("./config.ts"));
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-member-access
|
||||
fileConfig = require("./config").default as IConfig;
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue