Skip to content

Commit

Permalink
fix: extend from project eslint.json
Browse files Browse the repository at this point in the history
Otherwise TS will build a watch program for every *.js file including our own test fixtures, which overwhelms the memory
  • Loading branch information
JLHwung committed Jul 12, 2023
1 parent 9de7dff commit 78c1e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
"strict": true
Expand Down

0 comments on commit 78c1e24

Please sign in to comment.