Minor workspace tweaks (#3636)
* Add storybook-static to .gitignore * Set auto-imports to be project relative
This commit is contained in:
parent
9c40ac4e14
commit
7ca4ec00ee
|
@ -40,3 +40,4 @@ coverage
|
|||
# Storybook
|
||||
documentation.json
|
||||
.eslintcache
|
||||
storybook-static
|
||||
|
|
|
@ -47,7 +47,9 @@
|
|||
"desktop"
|
||||
],
|
||||
"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": {
|
||||
"recommendations": [
|
||||
|
|
Loading…
Reference in New Issue