mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 00:48:18 +01:00
7 lines
221 B
JSON
7 lines
221 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"jest.jestCommandLine": "/home/jessew/.bun/bin/bun test",
|
|
"jest.rootPath": ".",
|
|
"conventionalCommits.scopes": ["database", "frontend", "build", "api"]
|
|
}
|