server/.vscode/settings.json

14 lines
296 B
JSON
Raw Normal View History

2023-12-09 05:45:36 +01:00
{
2024-04-07 07:30:49 +02:00
"typescript.tsdk": "node_modules/typescript/lib",
"jest.jestCommandLine": "/home/jessew/.bun/bin/bun test",
"jest.rootPath": ".",
"conventionalCommits.scopes": [
"database",
"frontend",
"build",
"api",
"cli",
"federation"
]
2023-12-09 05:45:36 +01:00
}