We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9d83e commit 1075018Copy full SHA for 1075018
src/cli/index.ts
@@ -1,7 +1,5 @@
1
import commander from "commander";
2
-// import {version} from "../../package.json";
3
-// work-around to avoid TS5505 error bug in TypeScript 3.1 https://github.com/Microsoft/TypeScript/issues/24715
4
-const {version} = require("../../package.json");
+import {version} from "../../package.json";
5
import * as commands from "../commands";
6
7
commander
0 commit comments