mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
14 lines
296 B
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"
|
|
]
|
|
}
|