Skip to content

Commit

Permalink
Fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Nov 26, 2024
1 parent 93a716d commit 5848ab5
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions packages/commons/fs-utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 5848ab5

Please sign in to comment.