From ef85ddfbc9dfbed4177677d6ad21564d503e840a Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 15 Nov 2020 01:53:08 +0100 Subject: [PATCH] chore: fix ts lint --- packages/nitro/src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nitro/src/utils/index.ts b/packages/nitro/src/utils/index.ts index 83246a8ee0..f4bb220b71 100644 --- a/packages/nitro/src/utils/index.ts +++ b/packages/nitro/src/utils/index.ts @@ -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, '..')