Skip to content

Commit

Permalink
remove json import
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Nov 15, 2023
1 parent 12d4e4b commit 6416683
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { version } from '../package.json';
import { version } from './version';

export const GRAPH_CLI_SHARED_HEADERS = {
'User-Agent': `@graphprotocol/graph-cli@${version}` as const,
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"useUnknownInCatchVariables": false,
"declaration": true,
"skipLibCheck": true,
"allowJs": true,
"resolveJsonModule": true
"allowJs": true
},
"include": ["./src", "./tests"],
"exclude": ["./tests/cli/init", "./tests/cli/validation"]
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6416683

Please sign in to comment.