mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +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
|
|
}
|
|
}
|