Skip to content

Commit b12d654

Browse files
committed
chore: add paths to tsconfig
1 parent 879938a commit b12d654

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"extends": "../../scripts/tsconfig.json",
33
"include": ["src", "../vscode-js-profile-core/src/types"],
4+
"paths": {
5+
"vscode-js-profile-core/*": ["packages/vscode-js-profile-core"]
6+
},
47
"compilerOptions": {
5-
"outDir": "out",
8+
"outDir": "out"
69
}
710
}

0 commit comments

Comments
 (0)