Update tsconfig-base.json - remove comments

This commit is contained in:
Elliot Lee
2020-01-21 13:52:53 -08:00
committed by GitHub
parent 6b66a59673
commit fd8c883cf4

View File

@@ -6,10 +6,10 @@
"moduleResolution": "node",
"declaration": true,
"declarationMap": true /* Added 2019-04-13 */,
"declarationMap": true,
"sourceMap": true,
"strict": true /* Enable all strict type-checking options. */,
"strict": true,
"strictNullChecks": false,
"noImplicitAny": false,
"noUnusedLocals": true,