Skip to content

Commit

Permalink
fix: update fast-glob import
Browse files Browse the repository at this point in the history
  • Loading branch information
JB AUBREE committed May 23, 2024
1 parent 8a9a2e9 commit 567cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint --fix"
],
"./src/*.ts": [
"tsc --skipLibCheck --noEmit"
"tsc --skipLibCheck --esModuleInterop --noEmit"
]
}
}

0 comments on commit 567cb44

Please sign in to comment.