mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 07:17:26 +02:00
Fix install and possibly Jest
This commit is contained in:
10
packages/tsconfig.json
Normal file
10
packages/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"plugins": [
|
||||
{
|
||||
"name": "tslint-language-service"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user