Skip to content

Commit

Permalink
default import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Dec 19, 2024
1 parent 1a2c905 commit ee3a6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/necroparser/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { readFileSync } from 'node:fs';
import { dirname, resolve } from 'node:path';
import * as ts from 'typescript';
import ts from 'typescript';

interface Interface {
name: string;
Expand Down

0 comments on commit ee3a6ba

Please sign in to comment.