You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ A TypeScript plugin for db-migrate.
6
6
Usage is very simple. Simply install this plugin via `npm install db-migrate-plugin-typescript`
7
7
or if using yarn: `yarn add db-migrate-plugin-typescript`
8
8
9
+
This plugin has a peer dependency on ts-node as well. So you will need to install that as a dependency or dev-dependency as well, `npm install ts-node` or `yarn add ts-node` if using yarn.
10
+
9
11
The plugin will automatically resolve and compile any `.ts` files in your migrations directory,
0 commit comments