9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"cSpell.words": ["pako", "Serde", "serdes"],
|
|
"vitest.commandLine": "yarn test:unit",
|
|
"vitest.enable": true,
|
|
"testing.autoRun.mode": "rerun",
|
|
"svelte.enable-ts-plugin": true
|
|
}
|