SymphonyElectron/.vscode/settings.json
2021-01-29 11:29:44 +05:30

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,
}