Skip to content

Commit

Permalink
chore: workaround for Jetbrains IDE issue not resolving vi (#309)
Browse files Browse the repository at this point in the history
* chore: workaround for Jetbrains IDE issue not resolving vi

* chore: fmt

* chore: ignore workaround file in eslint
  • Loading branch information
peterpeterparker authored Oct 26, 2024
1 parent 2f8b16e commit d07ae8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dist

# Never-ending story: It's easier to just exclude did files from the lint checks.
src/declarations
src/declarations

src/tsconfig.json
3 changes: 3 additions & 0 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.spec.json"
}

0 comments on commit d07ae8a

Please sign in to comment.