Skip to content

Commit

Permalink
fix tsconfig & import (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 authored Mar 22, 2024
1 parent 1c1ae17 commit 58aecf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createResolver, defineNuxtModule, logger } from '@nuxt/kit'
import { defineNuxtModule, logger } from '@nuxt/kit'

import { setupStorybook } from './storybook'

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./.nuxt/tsconfig.json"
"extends": "./playground/.nuxt/tsconfig.json"
}

0 comments on commit 58aecf1

Please sign in to comment.