Skip to content

Commit 85f3f4e

Browse files
committed
chore: use some nuxt magic
1 parent 4e29908 commit 85f3f4e

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ export default defineNuxtConfig({
163163
base: './.cache/atproto-oauth/session',
164164
},
165165
},
166+
typescript: {
167+
tsConfig: {
168+
include: ['../test/unit/server/**/*.ts'],
169+
},
170+
},
166171
},
167172

168173
fonts: {

test/tsconfig.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":["./unit/a11y-component-coverage.spec.ts","./unit/index.spec.ts","./unit/repo-meta.spec.ts","./unit/uno-preset-rtl.spec.ts","./unit/app/utils/install-command.spec.ts","./unit/app/utils/install-scripts.spec.ts","./unit/app/utils/npm.spec.ts","./unit/app/utils/package-name.spec.ts","./unit/app/utils/platform-packages.spec.ts","./unit/app/utils/run-command.spec.ts","./unit/app/utils/versions.spec.ts","./unit/cli/npm-client.spec.ts","./unit/cli/schemas.spec.ts","./unit/cli/server.spec.ts","./unit/server/utils/import-resolver.spec.ts","./unit/server/utils/shiki.spec.ts","./unit/server/utils/docs/text.spec.ts","./unit/shared/types/index.spec.ts","./unit/shared/types/preferences.spec.ts","./unit/shared/utils/async.spec.ts","./unit/shared/utils/git-providers.spec.ts","./unit/shared/utils/package-analysis.spec.ts","./unit/shared/utils/parse-package-param.spec.ts","./unit/shared/utils/severity.spec.ts","./unit/shared/utils/spdx.spec.ts","./unit/shared/utils/url.spec.ts","./e2e/badge.spec.ts","./e2e/create-command.spec.ts","./e2e/docs.spec.ts","./e2e/interactions.spec.ts","./e2e/og-image.spec.ts","./e2e/package-manager-select.spec.ts","./e2e/url-compatibility.spec.ts","./e2e/vulnerabilities.spec.ts"],"errors":true,"version":"5.9.3"}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)