Resolve code-server from the root

This fixes the lint script but unfortunately breaks my editor.
This commit is contained in:
Asher 2021-02-09 16:36:03 -06:00
parent 2b1b3e6dc0
commit 4f16087a94
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -2,4 +2,4 @@ settings:
import/resolver: import/resolver:
alias: alias:
map: map:
- [code-server, ../../typings/pluginapi.d.ts] - [code-server, ./typings/pluginapi.d.ts]