server/.vscode/settings.json

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