mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Enable forceConsistentCasingInFileNames in tsconfig.json
This commit is contained in:
parent
40bc73f61f
commit
14348e2913
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
"lib": ["es2017", "esnext.asynciterable"],
|
"lib": ["es2017", "esnext.asynciterable"],
|
||||||
"types": ["node", "jest"]
|
"types": ["node", "jest"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue