Turn on SLC

This commit is contained in:
Ryan Cavanaugh 2018-06-14 11:17:37 -07:00
parent e9ab5d4cbd
commit 2428220015

View file

@ -16,6 +16,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": true,
"alwaysStrict": true,
"preserveConstEnums": true,
"newLine": "lf",