undo accidental changes to react

This commit is contained in:
kingdaro
2018-06-04 22:36:11 -04:00
parent 0f89c402b2
commit ed64b074de

View File

@@ -7,13 +7,17 @@
],
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitThis": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": ["../"],
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,