Files
speckle-server/packages/frontend-2/tsconfig.json
T
Kristaps Fabians Geikins 6b6c6b3bfa chore: updating various dependencies (#1774)
* chore: updating nuxt & apollo client

* global tsc update
2023-08-25 14:31:08 +03:00

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"
]
}