Skip to content

Commit

Permalink
build: set forceConsistentCasingInFileNames
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanl committed Jan 20, 2024
1 parent 9035e2a commit 768a308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"declarationMap": true,
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"customConditions": ["_bundle"]
"customConditions": ["_bundle"],
"forceConsistentCasingInFileNames": true,
}
}

0 comments on commit 768a308

Please sign in to comment.