mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -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,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
"lib": ["es2017", "esnext.asynciterable"],
|
"lib": ["es2017", "esnext.asynciterable"],
|
||||||
"types": ["node"],
|
"types": ["node"],
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
|
Loading…
Add table
Reference in a new issue