Skip to content

Commit 1a4484f

Browse files
committed
Fix include for output folder of tsconfig.json
Fixes eclipse-glsp/glsp#1229
1 parent 335106e commit 1a4484f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • project-templates/node-json-vscode/tasklist-vscode/extension

project-templates/node-json-vscode/tasklist-vscode/extension/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"rootDir": "src",
55
"outDir": "lib"
66
},
7-
"include": ["src", "server", "pack"]
7+
"include": ["src", "server", "dist"]
88
}

0 commit comments

Comments
 (0)