Skip to content

Commit

Permalink
Change module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n committed Sep 4, 2021
1 parent 955ff90 commit 973e075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/faviconize/src/faviconize.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as path from 'path'
import * as sharp from 'sharp'
import sharp from 'sharp'

import { iconTypesAndEdgesMap } from './constants'
import { normalizeOutputTypes, resolveAndCreateOrUseOutputPath, resolveAndCheckInputFilePath } from './helpers'
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": false,
"noImplicitAny": true,
"declaration": true
Expand Down

0 comments on commit 973e075

Please sign in to comment.