Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Jun 25, 2024
1 parent d438c90 commit 7856e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/* eslint-disable no-console */
import * as chalk from "chalk";
import chalk from "chalk";
import { program, Option } from "commander";
import { codegen } from "./codegen";

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "node",
"lib": ["ESNext", "DOM"],
Expand Down

0 comments on commit 7856e54

Please sign in to comment.