🏷 Add Typescript support
... | ... | @@ -61,6 +61,8 @@ |
"@babel/preset-react": "^7.0.0", | ||
"@testing-library/jest-dom": "^5.1.1", | ||
"@testing-library/react": "^10.0.4", | ||
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^26.0.0", | ||
... | ... | @@ -80,6 +82,7 @@ |
"react": "^16.8.6", | ||
"react-codemirror2": "^7.1.0", | ||
"react-docgen": "^5.2.1", | ||
"react-docgen-typescript": "^1.16.4", | ||
"react-dom": "^16.8.6", | ||
"react-hot-loader": "^4.0.0", | ||
"react-icons": "^3.4.0", | ||
... | ... | @@ -89,6 +92,8 @@ |
"react-router-hash-link": "^1.2.1", | ||
"react-test-renderer": "^16.8.6", | ||
"style-loader": "^1.1.3", | ||
"ts-loader": "^7.0.2", | ||
"typescript": "^3.8.3", | ||
"uglifyjs-webpack-plugin": "^2.1.1", | ||
"webpack": "^4.2.0", | ||
"webpack-cli": "^3.1.2", | ||
... | ... |
File moved
src/types/ObjectOf.ts
0 → 100644
src/types/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment