2023-01-15 13:08:42 -08:00
|
|
|
{
|
2023-12-17 17:52:23 -08:00
|
|
|
"search.exclude": {
|
|
|
|
"**/node_modules": true
|
|
|
|
},
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"files.associations": {
|
|
|
|
"*.test.ts": "typescript"
|
|
|
|
},
|
|
|
|
"jest.jestCommandLine": "pnpm run jest",
|
|
|
|
"jest.autoRun": "off",
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll": "explicit"
|
|
|
|
},
|
|
|
|
"editor.formatOnSave": false
|
|
|
|
}
|