Skip to content

Commit

Permalink
style: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 28, 2024
1 parent faa898f commit 0a68d16
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions contracts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"strict": true,
"skipLibCheck": true
},
"include": ["./scripts"]
}
"include": [
"./scripts",
"./test"
]
}
5 changes: 4 additions & 1 deletion json-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"./src/*"
]
}
}
},
"include": [
"./src"
]
}
5 changes: 4 additions & 1 deletion mint-backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"./src/*"
]
}
}
},
"include": [
"./src"
]
}

0 comments on commit 0a68d16

Please sign in to comment.