mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"search.exclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"files.associations": {
|
|
"*.test.ts": "typescript"
|
|
},
|
|
"jest.autoRun": "off"
|
|
} |