diff --git a/packages/commons/fs-utils/tsconfig.json b/packages/commons/fs-utils/tsconfig.json index 6b3ca77a3d2..9caf81e3acc 100644 --- a/packages/commons/fs-utils/tsconfig.json +++ b/packages/commons/fs-utils/tsconfig.json @@ -1,6 +1,19 @@ { "extends": "../../../shared/tsconfig.shared.json", - "compilerOptions": { "composite": true, "outDir": "lib", "rootDir": "src" }, - "include": ["./src/**/*"], - "references": [{ "path": "../core-utils" }] -} + "compilerOptions": { + "composite": true, + "outDir": "lib", + "rootDir": "src" + }, + "include": [ + "./src/**/*" + ], + "references": [ + { + "path": "../core-utils" + }, + { + "path": "../path-utils" + } + ] +} \ No newline at end of file