Skip to content

Commit

Permalink
build: cli depends on base
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Nov 4, 2024
1 parent 0dacae6 commit f7f2872
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
},
{
"path": "../../lib/state"
},
{
"path": "../../lib/base"
}
],
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/**/*"]
"include": [
"src/**/*"
]
}

0 comments on commit f7f2872

Please sign in to comment.