6b6c6b3bfa
* chore: updating nuxt & apollo client * global tsc update
10 lines
266 B
JSON
10 lines
266 B
JSON
{
|
|
// https://v3.nuxtjs.org/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"include": ["./.nuxt/nuxt.d.ts", "**/*", ".storybook/**/*"],
|
|
"exclude": [
|
|
"./lib/core/nuxt-modules/**/templates/*.js",
|
|
"./type-augmentations/eslint-only/*.d.ts"
|
|
]
|
|
}
|