mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
13 lines
303 B
JSON
13 lines
303 B
JSON
{
|
|
"typescript.preferences.includePackageJsonAutoImports": "off",
|
|
"typescript.suggest.autoImports": true,
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"search.exclude": {
|
|
"**/dist/**": true,
|
|
"**/node_modules/**": true
|
|
},
|
|
"files.exclude": {
|
|
"**/dist/**": true
|
|
}
|
|
}
|