mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"npm.packageManager": "npm",
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"editor.formatOnSave": true,
|
|
"jestrunner.configPath": "jest-config.json",
|
|
"git.ignoreLimitWarning": true,
|
|
}
|