Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Jun 1, 2024
1 parent 06ba757 commit cae7716
Show file tree
Hide file tree
Showing 7 changed files with 292 additions and 281 deletions.
2 changes: 1 addition & 1 deletion examples
2 changes: 1 addition & 1 deletion loader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import module from 'node:module';
import { join } from 'node:path';
import { fileURLToPath } from 'node:url';
import { resolve as resolveTs } from 'ts-node/esm';
import importMap from './import_map.json' assert { type: 'json' };
import importMap from './import_map.json' with { type: 'json' };

export * from 'ts-node/esm';

Expand Down
Loading

0 comments on commit cae7716

Please sign in to comment.