Skip to content

Commit

Permalink
Another case-sensitivity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artwyman committed Dec 21, 2024
1 parent 40bc6cd commit 9a363fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/gpcircuits/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rootDir": "."
},
// Some artifact-including packages need to import a JSON file
"include": ["src", "test", "src/*.json", "scripts", "circomKit.json"],
"include": ["src", "test", "src/*.json", "scripts", "circomkit.json"],
"exclude": ["dist", "build", "node_modules"],
// DO NOT MODIFY MANUALLY BEYOND THIS POINT
// References are automatically maintained by `yarn fix-references`
Expand Down

0 comments on commit 9a363fc

Please sign in to comment.