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
|
# 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": [
|
||||||
|
|
Loading…
Reference in New Issue