diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-06 14:55:58 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-06 14:55:58 +0200 |
commit | c2dc7906e47a05cecc6350fd6a3d6f6f955a3423 (patch) | |
tree | 0f3895eb00783943a13d27235dfd88bcda5a844c /packages/client/package.json | |
parent | 49e6ae50447130ba6e2efd2b561f1b1dcc033099 (diff) |
Frontend uses shared types
Diffstat (limited to 'packages/client/package.json')
-rw-r--r-- | packages/client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index deaacdf..96529ba 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -21,6 +21,7 @@ }, "devDependencies": { "@types/marked": "^2.0.3", + "shared_types": "workspace:shared_types", "@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.1", "@vue/cli-plugin-babel": "~4.5.0", |