Skip to content

Commit

Permalink
fix: import assertion の追加 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Dec 13, 2022
1 parent 53d7ee6 commit f324246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/adaptor/version/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { VersionFetcher } from '../../service/command/version.js';
import pkg from '../../../package.json';
import pkg from '../../../package.json' assert { type: 'json' };

export class GenVersionFetcher implements VersionFetcher {
public readonly version: string;
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compileOnSave": true,
"compilerOptions": {
"target": "ESNext",
"module": "node16",
"module": "NodeNext",
"outDir": "./build",
"rootDir": ".",
"noEmit": true,
Expand Down

0 comments on commit f324246

Please sign in to comment.