Skip to content

Commit

Permalink
fix(angular): prevent invalid import recommendations (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Nov 9, 2023
1 parent d3d1d38 commit 9027b54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions angular-standalone/base/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.preferences.autoImportFileExcludePatterns": ["@ionic/angular/common", "@ionic/angular"]
}
3 changes: 3 additions & 0 deletions angular/base/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.preferences.autoImportFileExcludePatterns": ["@ionic/angular/common", "@ionic/angular/standalone"]
}

0 comments on commit 9027b54

Please sign in to comment.