Browse Source

Minor workspace tweaks (#3636)

* Add storybook-static to .gitignore

* Set auto-imports to be project relative
pull/3650/head
Thomas Rittson 3 years ago committed by GitHub
parent
commit
7ca4ec00ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore
  2. 4
      clients.code-workspace

1
.gitignore vendored

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

4
clients.code-workspace

@ -47,7 +47,9 @@ @@ -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…
Cancel
Save