mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 09:11:40 -05:00
Enable forceConsistentCasingInFileNames
in tsconfig.base.json
This commit is contained in:
parent
6906cde5bf
commit
2100639121
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedLocals": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"lib": ["es2017", "esnext.asynciterable"],
|
||||
"types": ["node"],
|
||||
"baseUrl": ".",
|
||||
|
|
Loading…
Add table
Reference in a new issue