SymphonyElectron/.vscode/settings.json

8 lines
211 B
JSON
Raw Normal View History

{
"npm.packageManager": "npm",
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.formatOnSave": true,
"jestrunner.configPath": "jest-config.json",
"git.ignoreLimitWarning": true,
}