server/.vscode/settings.json

14 lines
296 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"jest.jestCommandLine": "/home/jessew/.bun/bin/bun test",
"jest.rootPath": ".",
"conventionalCommits.scopes": [
"database",
"frontend",
"build",
"api",
"cli",
"federation"
]
}