chore: fix ts lint

This commit is contained in:
Pooya Parsa 2020-11-15 01:53:08 +01:00
parent 740bf073b2
commit ef85ddfbc9

View File

@ -4,7 +4,7 @@ import jiti from 'jiti'
import defu from 'defu'
import Hookable from 'hookable'
import consola from 'consola'
import { SLSOptions, UnresolvedPath, SLSTarget, SLSTargetFn, SLSConfig } from './config'
import type { SLSOptions, UnresolvedPath, SLSTarget, SLSTargetFn, SLSConfig } from '../config'
export const MODULE_DIR = resolve(__dirname, '..')