1
0
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:
Thomas Rittson
2022-09-29 08:01:49 +10:00
committed by GitHub
parent 9c40ac4e14
commit 7ca4ec00ee
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -40,3 +40,4 @@ coverage
# Storybook # Storybook
documentation.json documentation.json
.eslintcache .eslintcache
storybook-static

View File

@@ -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": [