Use typescript paths in cli scripts too
This commit is contained in:
parent
576ddf645f
commit
2aaa1a3fdc
23 changed files with 82 additions and 9 deletions
|
@ -1,3 +1,6 @@
|
|||
import { registerTSPaths } from '../helpers/register-ts-paths'
|
||||
registerTSPaths()
|
||||
|
||||
import * as program from 'commander'
|
||||
import { access, constants } from 'fs-extra'
|
||||
import { isAbsolute } from 'path'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue