mirror of
https://github.com/MAKS-IT-COM/maksit-webui.git
synced 2026-08-15 09:58:09 +02:00
7 lines
196 B
JSON
7 lines
196 B
JSON
{
|
|
"typescript.tsdk": "src/node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"terminal.integrated.cwd": "${workspaceFolder}/src",
|
|
"npm.packageManager": "npm"
|
|
}
|