mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Minor workspace tweaks (#3636)
* Add storybook-static to .gitignore * Set auto-imports to be project relative
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -40,3 +40,4 @@ coverage
|
|||||||
# Storybook
|
# Storybook
|
||||||
documentation.json
|
documentation.json
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
storybook-static
|
||||||
|
|||||||
@@ -47,7 +47,9 @@
|
|||||||
"desktop"
|
"desktop"
|
||||||
],
|
],
|
||||||
"jest.jestCommandLine": "npx jest",
|
"jest.jestCommandLine": "npx jest",
|
||||||
"angular.enable-strict-mode-prompt": false
|
"angular.enable-strict-mode-prompt": false,
|
||||||
|
"typescript.preferences.importModuleSpecifier": "project-relative",
|
||||||
|
"javascript.preferences.importModuleSpecifier": "project-relative"
|
||||||
},
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
|
|||||||
Reference in New Issue
Block a user