mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
12 lines
No EOL
374 B
JSON
12 lines
No EOL
374 B
JSON
{
|
|
"vitest.commandLine": "npx vitest",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"git.ignoreLimitWarning": true,
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |