Fix tsconfig

This commit is contained in:
Shingo Sato 2018-11-20 15:07:31 +09:00
parent 8ab49bf4ca
commit ca65601d0f
No known key found for this signature in database
GPG Key ID: 9199AB220747F0FE

View File

@ -9,10 +9,15 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"baseUrl": "../../",
"typeRoots": [
"../"
"../../"
],
"paths": {
"react-paginate": [
"react-paginate/v5"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,