Update tsconfig.json

This commit is contained in:
Akash Vishwakarma 2019-03-04 10:40:34 +05:30 committed by GitHub
parent 09b944c9cc
commit ec26d5ee12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
@ -21,4 +21,4 @@
"index.d.ts",
"html5-history-tests.ts"
]
}
}