Skip to content

Commit

Permalink
fix: contracts ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 16, 2024
1 parent 74b962e commit 0221379
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions contracts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -7,5 +7,9 @@
"strict": true,
"skipLibCheck": true
},
"include": ["./scripts"]
}
"include": [
"./scripts",
"./test",
"hardhat.config.ts"
]
}

0 comments on commit 0221379

Please sign in to comment.