We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a11fb commit 540cfc8Copy full SHA for 540cfc8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@feature-sliced/filesystem",
3
- "version": "2.2.2",
+ "version": "2.2.3",
4
"description": "A set of utilities for locating and working with FSD roots in the file system.",
5
"scripts": {
6
"build": "tsup src/index.ts --dts --format esm,cjs --clean",
src/resolve-import.ts
@@ -40,7 +40,6 @@ export function resolveImport(
40
fileExists: (path: string) => boolean,
41
directoryExists?: (path: string) => boolean,
42
): string | null {
43
- console.log(normalizeCompilerOptions(tsCompilerOptions));
44
return (
45
ts.resolveModuleName(
46
importedPath,
0 commit comments