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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

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