Skip to content

Commit

Permalink
Merge pull request #50 from rndlabs/develop
Browse files Browse the repository at this point in the history
JSON package assertion
  • Loading branch information
mfw78 authored Dec 20, 2022
2 parents 83ca402 + 7811eb1 commit f71ad6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env -S node --experimental-specifier-resolution=node

import { Command, Option, InvalidOptionArgumentError } from 'commander'
import pack from '../package.json'
import pack from '../package.json' assert { type: 'json' }
import config from './config'

import { ChainSync } from './chain'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2020",
"module": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
"resolveJsonModule": true,
Expand Down

0 comments on commit f71ad6c

Please sign in to comment.