mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
Added @modelcontextprotocol/sdk to the allowed list of imports to avoid typescript error
This commit is contained in:
parent
a629736683
commit
ca51bcaecc
1 changed files with 3 additions and 1 deletions
|
|
@ -842,7 +842,9 @@ export default tseslint.config(
|
|||
'@xterm/xterm',
|
||||
'yauzl',
|
||||
'yazl',
|
||||
'zlib'
|
||||
'zlib',
|
||||
// Void added this
|
||||
'@modelcontextprotocol/sdk/**'
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue