Skip to content

Commit

Permalink
Fix lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Aug 20, 2024
1 parent 2df8848 commit c76818f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
}
},
{
"files": ["src/typescript-worker/**"],
"files": [
"src/typescript-worker/**",
"src/playground-typescript-worker-entrypoint.ts"
],
"parserOptions": {
"project": "./src/typescript-worker/tsconfig.json"
"project": "./tsconfig-typescript-worker.json"
}
},
{
Expand Down

0 comments on commit c76818f

Please sign in to comment.