mirror of
https://github.com/actualbudget/actual.git
synced 2026-01-07 05:59:51 -06:00
* Add configuration files to make tests runnable in VS Code * Add default configs/fix tests when run from VS Code * Fix typo * Add release notes
8 lines
246 B
JSON
8 lines
246 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"vitest.nodeEnv": {
|
|
"NODE_OPTIONS": "--experimental-vm-modules --import ./packages/sync-server/register-loader.mjs --trace-warnings"
|
|
}
|
|
}
|