We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879938a commit b12d654Copy full SHA for b12d654
packages/vscode-js-profile-table/tsconfig.json
@@ -1,7 +1,10 @@
1
{
2
"extends": "../../scripts/tsconfig.json",
3
"include": ["src", "../vscode-js-profile-core/src/types"],
4
+ "paths": {
5
+ "vscode-js-profile-core/*": ["packages/vscode-js-profile-core"]
6
+ },
7
"compilerOptions": {
- "outDir": "out",
8
+ "outDir": "out"
9
}
10
0 commit comments