Add typescript-language-server

This commit is contained in:
Tony Garnock-Jones 2022-04-22 14:46:35 +02:00
parent f4b5eaed39
commit 4d0febe833
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"@syndicate-lang/tsc": "*",
"rollup": "^2.60",
"rollup-plugin-sourcemaps": "^0.6",
"typescript": "^4.5"
"typescript": "^4.5",
"typescript-language-server": "^0.9"
},
"dependencies": {
"@syndicate-lang/core": "*",