server/.vscode/settings.json
2024-05-15 16:37:25 -10:00

15 lines
314 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",
"config"
]
}