mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 07:08:00 +00:00
Fix @coder imports
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"importHelpers": true,
|
||||
"experimentalDecorators": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "tslint-language-service"
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@coder/*": [
|
||||
"./packages/*/src"
|
||||
|
||||
Reference in New Issue
Block a user