remove strict option

This commit is contained in:
Horiuchi_H
2018-06-21 11:30:19 +09:00
parent 88b8534ce0
commit 3b62230a51
-1
View File
@@ -6,7 +6,6 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",