mirror of
https://github.com/acamarata/dayjs-hijri-plus.git
synced 2026-07-03 04:00:39 +00:00
chore: add forceConsistentCasingInFileNames to tsconfig
This commit is contained in:
parent
c59197d7e6
commit
73f0d874e0
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue