mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-03 17:28:10 +09:00
7 lines
167 B
JSON
7 lines
167 B
JSON
|
{
|
||
|
"eslint.packageManager": "yarn",
|
||
|
"eslint.nodePath": ".yarn/sdks",
|
||
|
"workspace.workspaceFolderCheckCwd": false,
|
||
|
"tsserver.tsdk": ".yarn/sdks/typescript/lib"
|
||
|
}
|