server/.vscode/settings.json

7 lines
221 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"]
2023-12-09 05:45:36 +01:00
}