This commit is contained in:
Daniel Rosenwasser
2020-12-02 13:07:03 -08:00
committed by GitHub
parent 2b00dbfd25
commit d21f7818f0
+1 -1
View File
@@ -18,7 +18,7 @@
"strictPropertyInitialization": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": true
"noPropertyAccessFromIndexSignature": true,
"skipLibCheck": true,