diff --git a/global.d.ts b/global.d.ts index 22d50c9..54b8185 100644 --- a/global.d.ts +++ b/global.d.ts @@ -1,3 +1 @@ type Nullable = T | null | undefined - -declare module 'ramda' diff --git a/package.json b/package.json index acca6fe..c41f65a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "dependencies": { "@types/qs": "^6.9.7", + "@types/ramda": "^0.27.63", "@types/react": "^17.0.15", "@types/react-router-dom": "^5.1.8", "@types/sprintf-js": "^1.1.2",