knip 5.33.3 → 5.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ConfigurationChief.d.ts +27 -27
- package/dist/ConfigurationChief.js +20 -36
- package/dist/ConfigurationValidator.d.ts +392 -0
- package/dist/ConfigurationValidator.js +7 -0
- package/dist/DependencyDeputy.js +5 -2
- package/dist/PrincipalFactory.d.ts +3 -20
- package/dist/PrincipalFactory.js +4 -4
- package/dist/ProjectPrincipal.d.ts +2 -5
- package/dist/ProjectPrincipal.js +0 -5
- package/dist/WorkspaceWorker.d.ts +15 -13
- package/dist/WorkspaceWorker.js +144 -105
- package/dist/binaries/bash-parser.d.ts +3 -2
- package/dist/binaries/bash-parser.js +33 -23
- package/dist/binaries/fallback.d.ts +2 -0
- package/dist/binaries/fallback.js +12 -0
- package/dist/binaries/index.d.ts +2 -2
- package/dist/binaries/index.js +17 -26
- package/dist/binaries/package-manager/bun.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/bun.js +6 -4
- package/dist/binaries/package-manager/index.d.ts +8 -0
- package/dist/binaries/package-manager/index.js +12 -0
- package/dist/binaries/package-manager/npm.d.ts +2 -0
- package/dist/binaries/package-manager/npm.js +8 -0
- package/dist/binaries/package-manager/npx.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/npx.js +6 -6
- package/dist/binaries/package-manager/pnpm.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/pnpm.js +6 -3
- package/dist/binaries/package-manager/yarn.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/yarn.js +9 -7
- package/dist/binaries/plugins.d.ts +2 -0
- package/dist/binaries/plugins.js +61 -0
- package/dist/binaries/util.d.ts +2 -2
- package/dist/binaries/util.js +5 -25
- package/dist/compilers/index.d.ts +70 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +2 -1
- package/dist/index.js +74 -46
- package/dist/manifest/helpers.d.ts +1 -5
- package/dist/manifest/helpers.js +8 -7
- package/dist/plugins/_template/index.d.ts +2 -2
- package/dist/plugins/_template/index.js +4 -3
- package/dist/plugins/angular/index.d.ts +1 -1
- package/dist/plugins/angular/index.js +13 -10
- package/dist/plugins/astro/index.d.ts +1 -1
- package/dist/plugins/astro/index.js +6 -5
- package/dist/plugins/ava/index.d.ts +1 -1
- package/dist/plugins/ava/index.js +4 -5
- package/dist/plugins/babel/helpers.js +1 -1
- package/dist/plugins/babel/index.d.ts +3 -2
- package/dist/plugins/babel/index.js +4 -3
- package/dist/plugins/c8/index.d.ts +10 -0
- package/dist/plugins/c8/index.js +11 -0
- package/dist/plugins/capacitor/index.d.ts +1 -1
- package/dist/plugins/capacitor/index.js +5 -4
- package/dist/plugins/changesets/index.d.ts +1 -1
- package/dist/plugins/changesets/index.js +4 -3
- package/dist/plugins/commitizen/index.d.ts +1 -1
- package/dist/plugins/commitizen/index.js +3 -2
- package/dist/plugins/commitlint/index.d.ts +1 -1
- package/dist/plugins/commitlint/index.js +4 -2
- package/dist/plugins/cspell/index.d.ts +1 -1
- package/dist/plugins/cspell/index.js +3 -2
- package/dist/plugins/cucumber/index.d.ts +2 -2
- package/dist/plugins/cucumber/index.js +4 -4
- package/dist/plugins/cypress/helpers.d.ts +1 -1
- package/dist/plugins/cypress/helpers.js +3 -4
- package/dist/plugins/cypress/index.d.ts +1 -1
- package/dist/plugins/cypress/index.js +6 -5
- package/dist/plugins/dotenv/index.d.ts +8 -0
- package/dist/plugins/dotenv/index.js +9 -0
- package/dist/plugins/drizzle/index.d.ts +1 -1
- package/dist/plugins/drizzle/index.js +3 -3
- package/dist/plugins/eleventy/index.d.ts +1 -1
- package/dist/plugins/eleventy/index.js +6 -6
- package/dist/plugins/eslint/helpers.d.ts +4 -5
- package/dist/plugins/eslint/helpers.js +10 -32
- package/dist/plugins/eslint/index.d.ts +1 -1
- package/dist/plugins/eslint/index.js +3 -6
- package/dist/plugins/gatsby/index.d.ts +1 -1
- package/dist/plugins/gatsby/index.js +6 -3
- package/dist/plugins/github-actions/index.d.ts +1 -1
- package/dist/plugins/github-actions/index.js +23 -7
- package/dist/plugins/graphql-codegen/index.d.ts +1 -1
- package/dist/plugins/graphql-codegen/index.js +7 -7
- package/dist/plugins/husky/index.d.ts +1 -1
- package/dist/plugins/husky/index.js +4 -3
- package/dist/plugins/index.d.ts +685 -77
- package/dist/plugins/index.js +170 -77
- package/dist/plugins/jest/index.d.ts +1 -1
- package/dist/plugins/jest/index.js +22 -24
- package/dist/plugins/ladle/index.d.ts +2 -2
- package/dist/plugins/ladle/index.js +4 -4
- package/dist/plugins/lefthook/index.d.ts +1 -1
- package/dist/plugins/lefthook/index.js +18 -14
- package/dist/plugins/lint-staged/index.d.ts +1 -1
- package/dist/plugins/lint-staged/index.js +6 -5
- package/dist/plugins/linthtml/index.d.ts +1 -1
- package/dist/plugins/linthtml/index.js +6 -8
- package/dist/plugins/lockfile-lint/index.d.ts +2 -2
- package/dist/plugins/lockfile-lint/index.js +2 -1
- package/dist/plugins/lost-pixel/index.d.ts +2 -2
- package/dist/plugins/lost-pixel/index.js +1 -1
- package/dist/plugins/markdownlint/index.d.ts +1 -1
- package/dist/plugins/markdownlint/index.js +3 -2
- package/dist/plugins/mocha/index.d.ts +4 -1
- package/dist/plugins/mocha/index.js +8 -4
- package/dist/plugins/moonrepo/index.d.ts +2 -2
- package/dist/plugins/moonrepo/index.js +4 -4
- package/dist/plugins/msw/index.d.ts +1 -1
- package/dist/plugins/msw/index.js +4 -4
- package/dist/plugins/nest/index.d.ts +2 -2
- package/dist/plugins/nest/index.js +4 -3
- package/dist/plugins/netlify/index.d.ts +1 -1
- package/dist/plugins/netlify/index.js +6 -6
- package/dist/plugins/next/index.d.ts +1 -1
- package/dist/plugins/next/index.js +1 -1
- package/dist/plugins/node/index.d.ts +8 -0
- package/dist/plugins/node/index.js +9 -0
- package/dist/plugins/node-test-runner/index.d.ts +1 -1
- package/dist/plugins/nodemon/index.d.ts +10 -0
- package/dist/plugins/nodemon/index.js +11 -0
- package/dist/plugins/npm-package-json-lint/index.d.ts +1 -1
- package/dist/plugins/npm-package-json-lint/index.js +4 -2
- package/dist/plugins/nuxt/index.d.ts +1 -1
- package/dist/plugins/nuxt/index.js +4 -4
- package/dist/plugins/nx/index.d.ts +5 -1
- package/dist/plugins/nx/index.js +10 -8
- package/dist/plugins/nyc/index.d.ts +1 -1
- package/dist/plugins/nyc/index.js +3 -2
- package/dist/plugins/oclif/index.d.ts +2 -2
- package/dist/plugins/oclif/index.js +3 -2
- package/dist/plugins/playwright/index.d.ts +13 -1
- package/dist/plugins/playwright/index.js +13 -6
- package/dist/plugins/playwright-ct/index.d.ts +9 -3
- package/dist/plugins/playwright-ct/index.js +3 -2
- package/dist/plugins/playwright-test/index.d.ts +13 -0
- package/dist/plugins/playwright-test/index.js +16 -0
- package/dist/plugins/postcss/index.d.ts +1 -1
- package/dist/plugins/postcss/index.js +5 -2
- package/dist/plugins/preconstruct/index.d.ts +1 -1
- package/dist/plugins/preconstruct/index.js +3 -3
- package/dist/plugins/prettier/index.d.ts +1 -1
- package/dist/plugins/prettier/index.js +5 -5
- package/dist/plugins/react-cosmos/index.d.ts +2 -2
- package/dist/plugins/react-cosmos/index.js +5 -6
- package/dist/plugins/release-it/index.d.ts +1 -1
- package/dist/plugins/release-it/index.js +4 -3
- package/dist/plugins/remark/index.d.ts +1 -1
- package/dist/plugins/remark/index.js +3 -2
- package/dist/plugins/remix/index.d.ts +1 -1
- package/dist/plugins/remix/index.js +1 -1
- package/dist/plugins/rollup/index.d.ts +3 -1
- package/dist/plugins/rollup/index.js +8 -1
- package/dist/plugins/rsbuild/index.d.ts +2 -2
- package/dist/plugins/rsbuild/index.js +1 -1
- package/dist/plugins/rspack/index.d.ts +2 -2
- package/dist/plugins/rspack/index.js +4 -8
- package/dist/plugins/semantic-release/index.d.ts +1 -1
- package/dist/plugins/semantic-release/index.js +4 -2
- package/dist/plugins/sentry/index.d.ts +1 -1
- package/dist/plugins/sentry/index.js +1 -1
- package/dist/plugins/simple-git-hooks/index.d.ts +2 -2
- package/dist/plugins/simple-git-hooks/index.js +5 -5
- package/dist/plugins/size-limit/index.d.ts +2 -2
- package/dist/plugins/size-limit/index.js +2 -1
- package/dist/plugins/storybook/index.d.ts +1 -1
- package/dist/plugins/storybook/index.js +5 -5
- package/dist/plugins/stryker/index.d.ts +1 -1
- package/dist/plugins/stryker/index.js +3 -2
- package/dist/plugins/stylelint/index.d.ts +1 -1
- package/dist/plugins/stylelint/index.js +4 -3
- package/dist/plugins/svelte/index.d.ts +1 -1
- package/dist/plugins/svelte/index.js +1 -1
- package/dist/plugins/syncpack/index.d.ts +2 -3
- package/dist/plugins/syncpack/index.js +2 -4
- package/dist/plugins/tailwind/index.d.ts +1 -1
- package/dist/plugins/tailwind/index.js +1 -1
- package/dist/plugins/travis/index.d.ts +1 -1
- package/dist/plugins/travis/index.js +2 -3
- package/dist/plugins/ts-node/index.d.ts +15 -0
- package/dist/plugins/ts-node/index.js +12 -0
- package/dist/plugins/tsup/index.d.ts +4 -1
- package/dist/plugins/tsup/index.js +7 -3
- package/dist/plugins/tsx/index.d.ts +9 -0
- package/dist/plugins/tsx/index.js +10 -0
- package/dist/plugins/typedoc/index.d.ts +4 -1
- package/dist/plugins/typedoc/index.js +10 -3
- package/dist/plugins/typedoc/types.d.ts +1 -0
- package/dist/plugins/typescript/index.d.ts +11 -2
- package/dist/plugins/typescript/index.js +19 -34
- package/dist/plugins/unbuild/index.d.ts +1 -1
- package/dist/plugins/unbuild/index.js +3 -3
- package/dist/plugins/unocss/index.d.ts +2 -2
- package/dist/plugins/unocss/index.js +2 -1
- package/dist/plugins/vercel-og/index.d.ts +1 -1
- package/dist/plugins/vercel-og/index.js +1 -1
- package/dist/plugins/vike/index.d.ts +2 -2
- package/dist/plugins/vike/index.js +1 -1
- package/dist/plugins/vite/index.d.ts +3 -3
- package/dist/plugins/vite/index.js +2 -2
- package/dist/plugins/vitest/index.d.ts +4 -1
- package/dist/plugins/vitest/index.js +31 -20
- package/dist/plugins/vue/index.d.ts +1 -1
- package/dist/plugins/vue/index.js +10 -10
- package/dist/plugins/webdriver-io/index.d.ts +1 -1
- package/dist/plugins/webdriver-io/index.js +3 -2
- package/dist/plugins/webpack/index.d.ts +3 -5
- package/dist/plugins/webpack/index.js +18 -19
- package/dist/plugins/wireit/index.d.ts +1 -1
- package/dist/plugins/wireit/index.js +2 -2
- package/dist/plugins/wrangler/index.d.ts +1 -1
- package/dist/plugins/wrangler/index.js +3 -2
- package/dist/plugins/xo/index.d.ts +2 -2
- package/dist/plugins/xo/index.js +4 -4
- package/dist/plugins/yorkie/index.d.ts +1 -1
- package/dist/plugins/yorkie/index.js +6 -5
- package/dist/plugins.d.ts +7 -4
- package/dist/plugins.js +17 -10
- package/dist/reporters/symbols.js +1 -1
- package/dist/types/PluginNames.d.ts +2 -0
- package/dist/types/PluginNames.js +86 -0
- package/dist/types/args.d.ts +14 -0
- package/dist/types/config.d.ts +84 -21
- package/dist/types/package-json.d.ts +10 -0
- package/dist/types/project.d.ts +18 -0
- package/dist/typescript/get-imports-and-exports.d.ts +1 -11
- package/dist/typescript/get-imports-and-exports.js +3 -1
- package/dist/typescript/visitors/dynamic-imports/importCall.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/importType.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/index.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/jsDocType.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/requireCall.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/resolveCall.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportAssignment.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportKeyword.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportsAccessExpression.d.ts +1 -1
- package/dist/typescript/visitors/exports/index.d.ts +1 -1
- package/dist/typescript/visitors/exports/moduleExportsAccessExpression.d.ts +1 -1
- package/dist/typescript/visitors/imports/importDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/imports/importEqualsDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/imports/index.d.ts +1 -1
- package/dist/typescript/visitors/imports/reExportDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/index.d.ts +1 -1
- package/dist/typescript/visitors/scripts/bun.d.ts +1 -1
- package/dist/typescript/visitors/scripts/execa.d.ts +1 -1
- package/dist/typescript/visitors/scripts/index.d.ts +1 -1
- package/dist/typescript/visitors/scripts/zx.d.ts +1 -1
- package/dist/util/create-workspace-graph.d.ts +1 -1
- package/dist/util/create-workspace-graph.js +7 -7
- package/dist/util/debug.d.ts +2 -2
- package/dist/util/debug.js +1 -1
- package/dist/util/glob.js +2 -2
- package/dist/util/handle-referenced-inputs.d.ts +5 -0
- package/dist/util/handle-referenced-inputs.js +86 -0
- package/dist/util/input.d.ts +37 -0
- package/dist/util/input.js +36 -0
- package/dist/util/map-workspaces.d.ts +5 -2
- package/dist/util/map-workspaces.js +6 -6
- package/dist/util/modules.d.ts +1 -0
- package/dist/util/modules.js +4 -3
- package/dist/util/object.d.ts +1 -0
- package/dist/util/object.js +19 -0
- package/dist/util/plugin-config.d.ts +24 -0
- package/dist/util/plugin-config.js +32 -0
- package/dist/util/plugin.d.ts +3 -31
- package/dist/util/plugin.js +9 -54
- package/dist/util/regex.js +3 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +7 -10
- package/schema.json +28 -0
- package/dist/binaries/resolvers/bun.d.ts +0 -2
- package/dist/binaries/resolvers/c8.d.ts +0 -2
- package/dist/binaries/resolvers/c8.js +0 -11
- package/dist/binaries/resolvers/dotenv.d.ts +0 -2
- package/dist/binaries/resolvers/dotenv.js +0 -7
- package/dist/binaries/resolvers/fallback.d.ts +0 -2
- package/dist/binaries/resolvers/fallback.js +0 -26
- package/dist/binaries/resolvers/index.d.ts +0 -15
- package/dist/binaries/resolvers/index.js +0 -26
- package/dist/binaries/resolvers/node.d.ts +0 -4
- package/dist/binaries/resolvers/node.js +0 -11
- package/dist/binaries/resolvers/nodemon.d.ts +0 -2
- package/dist/binaries/resolvers/nodemon.js +0 -16
- package/dist/binaries/resolvers/npx.d.ts +0 -2
- package/dist/binaries/resolvers/nx.d.ts +0 -2
- package/dist/binaries/resolvers/nx.js +0 -9
- package/dist/binaries/resolvers/pnpm.d.ts +0 -2
- package/dist/binaries/resolvers/rollup.d.ts +0 -2
- package/dist/binaries/resolvers/rollup.js +0 -12
- package/dist/binaries/resolvers/ts-node.d.ts +0 -2
- package/dist/binaries/resolvers/ts-node.js +0 -16
- package/dist/binaries/resolvers/tsx.d.ts +0 -2
- package/dist/binaries/resolvers/tsx.js +0 -6
- package/dist/binaries/resolvers/yarn.d.ts +0 -2
- package/dist/binaries/types.d.ts +0 -11
- package/dist/types/plugins.d.ts +0 -42
- package/dist/util/handle-dependency.d.ts +0 -4
- package/dist/util/handle-dependency.js +0 -63
- package/dist/util/protocols.d.ts +0 -9
- package/dist/util/protocols.js +0 -9
- /package/dist/{binaries/types.js → types/args.js} +0 -0
- /package/dist/types/{plugins.js → project.js} +0 -0
|
@@ -93,6 +93,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
93
93
|
entry?: string | string[] | undefined;
|
|
94
94
|
project?: string | string[] | undefined;
|
|
95
95
|
}>]>>;
|
|
96
|
+
c8: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
97
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
98
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
99
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
100
|
+
}, "strip", z.ZodTypeAny, {
|
|
101
|
+
config?: string | string[] | undefined;
|
|
102
|
+
entry?: string | string[] | undefined;
|
|
103
|
+
project?: string | string[] | undefined;
|
|
104
|
+
}, {
|
|
105
|
+
config?: string | string[] | undefined;
|
|
106
|
+
entry?: string | string[] | undefined;
|
|
107
|
+
project?: string | string[] | undefined;
|
|
108
|
+
}>]>>;
|
|
96
109
|
capacitor: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
97
110
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
98
111
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -184,6 +197,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
184
197
|
entry?: string | string[] | undefined;
|
|
185
198
|
project?: string | string[] | undefined;
|
|
186
199
|
}>]>>;
|
|
200
|
+
dotenv: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
201
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
202
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
203
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
204
|
+
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
config?: string | string[] | undefined;
|
|
206
|
+
entry?: string | string[] | undefined;
|
|
207
|
+
project?: string | string[] | undefined;
|
|
208
|
+
}, {
|
|
209
|
+
config?: string | string[] | undefined;
|
|
210
|
+
entry?: string | string[] | undefined;
|
|
211
|
+
project?: string | string[] | undefined;
|
|
212
|
+
}>]>>;
|
|
187
213
|
eleventy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
188
214
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
189
215
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -444,6 +470,32 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
444
470
|
entry?: string | string[] | undefined;
|
|
445
471
|
project?: string | string[] | undefined;
|
|
446
472
|
}>]>>;
|
|
473
|
+
node: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
474
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
475
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
476
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
477
|
+
}, "strip", z.ZodTypeAny, {
|
|
478
|
+
config?: string | string[] | undefined;
|
|
479
|
+
entry?: string | string[] | undefined;
|
|
480
|
+
project?: string | string[] | undefined;
|
|
481
|
+
}, {
|
|
482
|
+
config?: string | string[] | undefined;
|
|
483
|
+
entry?: string | string[] | undefined;
|
|
484
|
+
project?: string | string[] | undefined;
|
|
485
|
+
}>]>>;
|
|
486
|
+
nodemon: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
487
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
488
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
489
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
490
|
+
}, "strip", z.ZodTypeAny, {
|
|
491
|
+
config?: string | string[] | undefined;
|
|
492
|
+
entry?: string | string[] | undefined;
|
|
493
|
+
project?: string | string[] | undefined;
|
|
494
|
+
}, {
|
|
495
|
+
config?: string | string[] | undefined;
|
|
496
|
+
entry?: string | string[] | undefined;
|
|
497
|
+
project?: string | string[] | undefined;
|
|
498
|
+
}>]>>;
|
|
447
499
|
'node-test-runner': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
448
500
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
449
501
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -548,6 +600,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
548
600
|
entry?: string | string[] | undefined;
|
|
549
601
|
project?: string | string[] | undefined;
|
|
550
602
|
}>]>>;
|
|
603
|
+
'playwright-test': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
604
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
605
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
606
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
607
|
+
}, "strip", z.ZodTypeAny, {
|
|
608
|
+
config?: string | string[] | undefined;
|
|
609
|
+
entry?: string | string[] | undefined;
|
|
610
|
+
project?: string | string[] | undefined;
|
|
611
|
+
}, {
|
|
612
|
+
config?: string | string[] | undefined;
|
|
613
|
+
entry?: string | string[] | undefined;
|
|
614
|
+
project?: string | string[] | undefined;
|
|
615
|
+
}>]>>;
|
|
551
616
|
postcss: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
552
617
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
553
618
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -821,6 +886,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
821
886
|
entry?: string | string[] | undefined;
|
|
822
887
|
project?: string | string[] | undefined;
|
|
823
888
|
}>]>>;
|
|
889
|
+
'ts-node': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
890
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
891
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
892
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
893
|
+
}, "strip", z.ZodTypeAny, {
|
|
894
|
+
config?: string | string[] | undefined;
|
|
895
|
+
entry?: string | string[] | undefined;
|
|
896
|
+
project?: string | string[] | undefined;
|
|
897
|
+
}, {
|
|
898
|
+
config?: string | string[] | undefined;
|
|
899
|
+
entry?: string | string[] | undefined;
|
|
900
|
+
project?: string | string[] | undefined;
|
|
901
|
+
}>]>>;
|
|
824
902
|
tsup: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
825
903
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
826
904
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -834,6 +912,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
834
912
|
entry?: string | string[] | undefined;
|
|
835
913
|
project?: string | string[] | undefined;
|
|
836
914
|
}>]>>;
|
|
915
|
+
tsx: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
916
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
917
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
918
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
919
|
+
}, "strip", z.ZodTypeAny, {
|
|
920
|
+
config?: string | string[] | undefined;
|
|
921
|
+
entry?: string | string[] | undefined;
|
|
922
|
+
project?: string | string[] | undefined;
|
|
923
|
+
}, {
|
|
924
|
+
config?: string | string[] | undefined;
|
|
925
|
+
entry?: string | string[] | undefined;
|
|
926
|
+
project?: string | string[] | undefined;
|
|
927
|
+
}>]>>;
|
|
837
928
|
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
838
929
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
839
930
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1030,6 +1121,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1030
1121
|
project?: string | string[] | undefined;
|
|
1031
1122
|
}>]>>;
|
|
1032
1123
|
}>, "strip", z.ZodTypeAny, {
|
|
1124
|
+
node?: string | boolean | string[] | {
|
|
1125
|
+
config?: string | string[] | undefined;
|
|
1126
|
+
entry?: string | string[] | undefined;
|
|
1127
|
+
project?: string | string[] | undefined;
|
|
1128
|
+
} | undefined;
|
|
1033
1129
|
entry?: string | string[] | undefined;
|
|
1034
1130
|
project?: string | string[] | undefined;
|
|
1035
1131
|
paths?: Record<string, string[]> | undefined;
|
|
@@ -1058,6 +1154,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1058
1154
|
entry?: string | string[] | undefined;
|
|
1059
1155
|
project?: string | string[] | undefined;
|
|
1060
1156
|
} | undefined;
|
|
1157
|
+
c8?: string | boolean | string[] | {
|
|
1158
|
+
config?: string | string[] | undefined;
|
|
1159
|
+
entry?: string | string[] | undefined;
|
|
1160
|
+
project?: string | string[] | undefined;
|
|
1161
|
+
} | undefined;
|
|
1061
1162
|
capacitor?: string | boolean | string[] | {
|
|
1062
1163
|
config?: string | string[] | undefined;
|
|
1063
1164
|
entry?: string | string[] | undefined;
|
|
@@ -1093,6 +1194,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1093
1194
|
entry?: string | string[] | undefined;
|
|
1094
1195
|
project?: string | string[] | undefined;
|
|
1095
1196
|
} | undefined;
|
|
1197
|
+
dotenv?: string | boolean | string[] | {
|
|
1198
|
+
config?: string | string[] | undefined;
|
|
1199
|
+
entry?: string | string[] | undefined;
|
|
1200
|
+
project?: string | string[] | undefined;
|
|
1201
|
+
} | undefined;
|
|
1096
1202
|
eleventy?: string | boolean | string[] | {
|
|
1097
1203
|
config?: string | string[] | undefined;
|
|
1098
1204
|
entry?: string | string[] | undefined;
|
|
@@ -1193,6 +1299,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1193
1299
|
entry?: string | string[] | undefined;
|
|
1194
1300
|
project?: string | string[] | undefined;
|
|
1195
1301
|
} | undefined;
|
|
1302
|
+
nodemon?: string | boolean | string[] | {
|
|
1303
|
+
config?: string | string[] | undefined;
|
|
1304
|
+
entry?: string | string[] | undefined;
|
|
1305
|
+
project?: string | string[] | undefined;
|
|
1306
|
+
} | undefined;
|
|
1196
1307
|
'node-test-runner'?: string | boolean | string[] | {
|
|
1197
1308
|
config?: string | string[] | undefined;
|
|
1198
1309
|
entry?: string | string[] | undefined;
|
|
@@ -1233,6 +1344,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1233
1344
|
entry?: string | string[] | undefined;
|
|
1234
1345
|
project?: string | string[] | undefined;
|
|
1235
1346
|
} | undefined;
|
|
1347
|
+
'playwright-test'?: string | boolean | string[] | {
|
|
1348
|
+
config?: string | string[] | undefined;
|
|
1349
|
+
entry?: string | string[] | undefined;
|
|
1350
|
+
project?: string | string[] | undefined;
|
|
1351
|
+
} | undefined;
|
|
1236
1352
|
postcss?: string | boolean | string[] | {
|
|
1237
1353
|
config?: string | string[] | undefined;
|
|
1238
1354
|
entry?: string | string[] | undefined;
|
|
@@ -1338,11 +1454,21 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1338
1454
|
entry?: string | string[] | undefined;
|
|
1339
1455
|
project?: string | string[] | undefined;
|
|
1340
1456
|
} | undefined;
|
|
1457
|
+
'ts-node'?: string | boolean | string[] | {
|
|
1458
|
+
config?: string | string[] | undefined;
|
|
1459
|
+
entry?: string | string[] | undefined;
|
|
1460
|
+
project?: string | string[] | undefined;
|
|
1461
|
+
} | undefined;
|
|
1341
1462
|
tsup?: string | boolean | string[] | {
|
|
1342
1463
|
config?: string | string[] | undefined;
|
|
1343
1464
|
entry?: string | string[] | undefined;
|
|
1344
1465
|
project?: string | string[] | undefined;
|
|
1345
1466
|
} | undefined;
|
|
1467
|
+
tsx?: string | boolean | string[] | {
|
|
1468
|
+
config?: string | string[] | undefined;
|
|
1469
|
+
entry?: string | string[] | undefined;
|
|
1470
|
+
project?: string | string[] | undefined;
|
|
1471
|
+
} | undefined;
|
|
1346
1472
|
typedoc?: string | boolean | string[] | {
|
|
1347
1473
|
config?: string | string[] | undefined;
|
|
1348
1474
|
entry?: string | string[] | undefined;
|
|
@@ -1419,6 +1545,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1419
1545
|
project?: string | string[] | undefined;
|
|
1420
1546
|
} | undefined;
|
|
1421
1547
|
}, {
|
|
1548
|
+
node?: string | boolean | string[] | {
|
|
1549
|
+
config?: string | string[] | undefined;
|
|
1550
|
+
entry?: string | string[] | undefined;
|
|
1551
|
+
project?: string | string[] | undefined;
|
|
1552
|
+
} | undefined;
|
|
1422
1553
|
entry?: string | string[] | undefined;
|
|
1423
1554
|
project?: string | string[] | undefined;
|
|
1424
1555
|
paths?: Record<string, string[]> | undefined;
|
|
@@ -1447,6 +1578,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1447
1578
|
entry?: string | string[] | undefined;
|
|
1448
1579
|
project?: string | string[] | undefined;
|
|
1449
1580
|
} | undefined;
|
|
1581
|
+
c8?: string | boolean | string[] | {
|
|
1582
|
+
config?: string | string[] | undefined;
|
|
1583
|
+
entry?: string | string[] | undefined;
|
|
1584
|
+
project?: string | string[] | undefined;
|
|
1585
|
+
} | undefined;
|
|
1450
1586
|
capacitor?: string | boolean | string[] | {
|
|
1451
1587
|
config?: string | string[] | undefined;
|
|
1452
1588
|
entry?: string | string[] | undefined;
|
|
@@ -1482,6 +1618,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1482
1618
|
entry?: string | string[] | undefined;
|
|
1483
1619
|
project?: string | string[] | undefined;
|
|
1484
1620
|
} | undefined;
|
|
1621
|
+
dotenv?: string | boolean | string[] | {
|
|
1622
|
+
config?: string | string[] | undefined;
|
|
1623
|
+
entry?: string | string[] | undefined;
|
|
1624
|
+
project?: string | string[] | undefined;
|
|
1625
|
+
} | undefined;
|
|
1485
1626
|
eleventy?: string | boolean | string[] | {
|
|
1486
1627
|
config?: string | string[] | undefined;
|
|
1487
1628
|
entry?: string | string[] | undefined;
|
|
@@ -1582,6 +1723,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1582
1723
|
entry?: string | string[] | undefined;
|
|
1583
1724
|
project?: string | string[] | undefined;
|
|
1584
1725
|
} | undefined;
|
|
1726
|
+
nodemon?: string | boolean | string[] | {
|
|
1727
|
+
config?: string | string[] | undefined;
|
|
1728
|
+
entry?: string | string[] | undefined;
|
|
1729
|
+
project?: string | string[] | undefined;
|
|
1730
|
+
} | undefined;
|
|
1585
1731
|
'node-test-runner'?: string | boolean | string[] | {
|
|
1586
1732
|
config?: string | string[] | undefined;
|
|
1587
1733
|
entry?: string | string[] | undefined;
|
|
@@ -1622,6 +1768,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1622
1768
|
entry?: string | string[] | undefined;
|
|
1623
1769
|
project?: string | string[] | undefined;
|
|
1624
1770
|
} | undefined;
|
|
1771
|
+
'playwright-test'?: string | boolean | string[] | {
|
|
1772
|
+
config?: string | string[] | undefined;
|
|
1773
|
+
entry?: string | string[] | undefined;
|
|
1774
|
+
project?: string | string[] | undefined;
|
|
1775
|
+
} | undefined;
|
|
1625
1776
|
postcss?: string | boolean | string[] | {
|
|
1626
1777
|
config?: string | string[] | undefined;
|
|
1627
1778
|
entry?: string | string[] | undefined;
|
|
@@ -1727,11 +1878,21 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1727
1878
|
entry?: string | string[] | undefined;
|
|
1728
1879
|
project?: string | string[] | undefined;
|
|
1729
1880
|
} | undefined;
|
|
1881
|
+
'ts-node'?: string | boolean | string[] | {
|
|
1882
|
+
config?: string | string[] | undefined;
|
|
1883
|
+
entry?: string | string[] | undefined;
|
|
1884
|
+
project?: string | string[] | undefined;
|
|
1885
|
+
} | undefined;
|
|
1730
1886
|
tsup?: string | boolean | string[] | {
|
|
1731
1887
|
config?: string | string[] | undefined;
|
|
1732
1888
|
entry?: string | string[] | undefined;
|
|
1733
1889
|
project?: string | string[] | undefined;
|
|
1734
1890
|
} | undefined;
|
|
1891
|
+
tsx?: string | boolean | string[] | {
|
|
1892
|
+
config?: string | string[] | undefined;
|
|
1893
|
+
entry?: string | string[] | undefined;
|
|
1894
|
+
project?: string | string[] | undefined;
|
|
1895
|
+
} | undefined;
|
|
1735
1896
|
typedoc?: string | boolean | string[] | {
|
|
1736
1897
|
config?: string | string[] | undefined;
|
|
1737
1898
|
entry?: string | string[] | undefined;
|
|
@@ -1861,6 +2022,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1861
2022
|
entry?: string | string[] | undefined;
|
|
1862
2023
|
project?: string | string[] | undefined;
|
|
1863
2024
|
}>]>>;
|
|
2025
|
+
c8: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2026
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2027
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2028
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2029
|
+
}, "strip", z.ZodTypeAny, {
|
|
2030
|
+
config?: string | string[] | undefined;
|
|
2031
|
+
entry?: string | string[] | undefined;
|
|
2032
|
+
project?: string | string[] | undefined;
|
|
2033
|
+
}, {
|
|
2034
|
+
config?: string | string[] | undefined;
|
|
2035
|
+
entry?: string | string[] | undefined;
|
|
2036
|
+
project?: string | string[] | undefined;
|
|
2037
|
+
}>]>>;
|
|
1864
2038
|
capacitor: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1865
2039
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1866
2040
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1952,6 +2126,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1952
2126
|
entry?: string | string[] | undefined;
|
|
1953
2127
|
project?: string | string[] | undefined;
|
|
1954
2128
|
}>]>>;
|
|
2129
|
+
dotenv: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2130
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2131
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2132
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2133
|
+
}, "strip", z.ZodTypeAny, {
|
|
2134
|
+
config?: string | string[] | undefined;
|
|
2135
|
+
entry?: string | string[] | undefined;
|
|
2136
|
+
project?: string | string[] | undefined;
|
|
2137
|
+
}, {
|
|
2138
|
+
config?: string | string[] | undefined;
|
|
2139
|
+
entry?: string | string[] | undefined;
|
|
2140
|
+
project?: string | string[] | undefined;
|
|
2141
|
+
}>]>>;
|
|
1955
2142
|
eleventy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1956
2143
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1957
2144
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2212,6 +2399,32 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2212
2399
|
entry?: string | string[] | undefined;
|
|
2213
2400
|
project?: string | string[] | undefined;
|
|
2214
2401
|
}>]>>;
|
|
2402
|
+
node: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2403
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2404
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2405
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2406
|
+
}, "strip", z.ZodTypeAny, {
|
|
2407
|
+
config?: string | string[] | undefined;
|
|
2408
|
+
entry?: string | string[] | undefined;
|
|
2409
|
+
project?: string | string[] | undefined;
|
|
2410
|
+
}, {
|
|
2411
|
+
config?: string | string[] | undefined;
|
|
2412
|
+
entry?: string | string[] | undefined;
|
|
2413
|
+
project?: string | string[] | undefined;
|
|
2414
|
+
}>]>>;
|
|
2415
|
+
nodemon: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2416
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2417
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2418
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2419
|
+
}, "strip", z.ZodTypeAny, {
|
|
2420
|
+
config?: string | string[] | undefined;
|
|
2421
|
+
entry?: string | string[] | undefined;
|
|
2422
|
+
project?: string | string[] | undefined;
|
|
2423
|
+
}, {
|
|
2424
|
+
config?: string | string[] | undefined;
|
|
2425
|
+
entry?: string | string[] | undefined;
|
|
2426
|
+
project?: string | string[] | undefined;
|
|
2427
|
+
}>]>>;
|
|
2215
2428
|
'node-test-runner': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2216
2429
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2217
2430
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2316,6 +2529,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2316
2529
|
entry?: string | string[] | undefined;
|
|
2317
2530
|
project?: string | string[] | undefined;
|
|
2318
2531
|
}>]>>;
|
|
2532
|
+
'playwright-test': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2533
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2534
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2535
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2536
|
+
}, "strip", z.ZodTypeAny, {
|
|
2537
|
+
config?: string | string[] | undefined;
|
|
2538
|
+
entry?: string | string[] | undefined;
|
|
2539
|
+
project?: string | string[] | undefined;
|
|
2540
|
+
}, {
|
|
2541
|
+
config?: string | string[] | undefined;
|
|
2542
|
+
entry?: string | string[] | undefined;
|
|
2543
|
+
project?: string | string[] | undefined;
|
|
2544
|
+
}>]>>;
|
|
2319
2545
|
postcss: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2320
2546
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2321
2547
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2589,6 +2815,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2589
2815
|
entry?: string | string[] | undefined;
|
|
2590
2816
|
project?: string | string[] | undefined;
|
|
2591
2817
|
}>]>>;
|
|
2818
|
+
'ts-node': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2819
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2820
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2821
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2822
|
+
}, "strip", z.ZodTypeAny, {
|
|
2823
|
+
config?: string | string[] | undefined;
|
|
2824
|
+
entry?: string | string[] | undefined;
|
|
2825
|
+
project?: string | string[] | undefined;
|
|
2826
|
+
}, {
|
|
2827
|
+
config?: string | string[] | undefined;
|
|
2828
|
+
entry?: string | string[] | undefined;
|
|
2829
|
+
project?: string | string[] | undefined;
|
|
2830
|
+
}>]>>;
|
|
2592
2831
|
tsup: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2593
2832
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2594
2833
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2602,6 +2841,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2602
2841
|
entry?: string | string[] | undefined;
|
|
2603
2842
|
project?: string | string[] | undefined;
|
|
2604
2843
|
}>]>>;
|
|
2844
|
+
tsx: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2845
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2846
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2847
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2848
|
+
}, "strip", z.ZodTypeAny, {
|
|
2849
|
+
config?: string | string[] | undefined;
|
|
2850
|
+
entry?: string | string[] | undefined;
|
|
2851
|
+
project?: string | string[] | undefined;
|
|
2852
|
+
}, {
|
|
2853
|
+
config?: string | string[] | undefined;
|
|
2854
|
+
entry?: string | string[] | undefined;
|
|
2855
|
+
project?: string | string[] | undefined;
|
|
2856
|
+
}>]>>;
|
|
2605
2857
|
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2606
2858
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2607
2859
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2800,6 +3052,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2800
3052
|
}>, "strip", z.ZodTypeAny, {
|
|
2801
3053
|
exclude?: ("dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers")[] | undefined;
|
|
2802
3054
|
include?: ("dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers")[] | undefined;
|
|
3055
|
+
node?: string | boolean | string[] | {
|
|
3056
|
+
config?: string | string[] | undefined;
|
|
3057
|
+
entry?: string | string[] | undefined;
|
|
3058
|
+
project?: string | string[] | undefined;
|
|
3059
|
+
} | undefined;
|
|
2803
3060
|
rules?: Partial<Record<"dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers", "error" | "warn" | "off">> | undefined;
|
|
2804
3061
|
entry?: string | string[] | undefined;
|
|
2805
3062
|
project?: string | string[] | undefined;
|
|
@@ -2834,6 +3091,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2834
3091
|
entry?: string | string[] | undefined;
|
|
2835
3092
|
project?: string | string[] | undefined;
|
|
2836
3093
|
} | undefined;
|
|
3094
|
+
c8?: string | boolean | string[] | {
|
|
3095
|
+
config?: string | string[] | undefined;
|
|
3096
|
+
entry?: string | string[] | undefined;
|
|
3097
|
+
project?: string | string[] | undefined;
|
|
3098
|
+
} | undefined;
|
|
2837
3099
|
capacitor?: string | boolean | string[] | {
|
|
2838
3100
|
config?: string | string[] | undefined;
|
|
2839
3101
|
entry?: string | string[] | undefined;
|
|
@@ -2869,6 +3131,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2869
3131
|
entry?: string | string[] | undefined;
|
|
2870
3132
|
project?: string | string[] | undefined;
|
|
2871
3133
|
} | undefined;
|
|
3134
|
+
dotenv?: string | boolean | string[] | {
|
|
3135
|
+
config?: string | string[] | undefined;
|
|
3136
|
+
entry?: string | string[] | undefined;
|
|
3137
|
+
project?: string | string[] | undefined;
|
|
3138
|
+
} | undefined;
|
|
2872
3139
|
eleventy?: string | boolean | string[] | {
|
|
2873
3140
|
config?: string | string[] | undefined;
|
|
2874
3141
|
entry?: string | string[] | undefined;
|
|
@@ -2969,6 +3236,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2969
3236
|
entry?: string | string[] | undefined;
|
|
2970
3237
|
project?: string | string[] | undefined;
|
|
2971
3238
|
} | undefined;
|
|
3239
|
+
nodemon?: string | boolean | string[] | {
|
|
3240
|
+
config?: string | string[] | undefined;
|
|
3241
|
+
entry?: string | string[] | undefined;
|
|
3242
|
+
project?: string | string[] | undefined;
|
|
3243
|
+
} | undefined;
|
|
2972
3244
|
'node-test-runner'?: string | boolean | string[] | {
|
|
2973
3245
|
config?: string | string[] | undefined;
|
|
2974
3246
|
entry?: string | string[] | undefined;
|
|
@@ -3009,6 +3281,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3009
3281
|
entry?: string | string[] | undefined;
|
|
3010
3282
|
project?: string | string[] | undefined;
|
|
3011
3283
|
} | undefined;
|
|
3284
|
+
'playwright-test'?: string | boolean | string[] | {
|
|
3285
|
+
config?: string | string[] | undefined;
|
|
3286
|
+
entry?: string | string[] | undefined;
|
|
3287
|
+
project?: string | string[] | undefined;
|
|
3288
|
+
} | undefined;
|
|
3012
3289
|
postcss?: string | boolean | string[] | {
|
|
3013
3290
|
config?: string | string[] | undefined;
|
|
3014
3291
|
entry?: string | string[] | undefined;
|
|
@@ -3114,11 +3391,21 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3114
3391
|
entry?: string | string[] | undefined;
|
|
3115
3392
|
project?: string | string[] | undefined;
|
|
3116
3393
|
} | undefined;
|
|
3394
|
+
'ts-node'?: string | boolean | string[] | {
|
|
3395
|
+
config?: string | string[] | undefined;
|
|
3396
|
+
entry?: string | string[] | undefined;
|
|
3397
|
+
project?: string | string[] | undefined;
|
|
3398
|
+
} | undefined;
|
|
3117
3399
|
tsup?: string | boolean | string[] | {
|
|
3118
3400
|
config?: string | string[] | undefined;
|
|
3119
3401
|
entry?: string | string[] | undefined;
|
|
3120
3402
|
project?: string | string[] | undefined;
|
|
3121
3403
|
} | undefined;
|
|
3404
|
+
tsx?: string | boolean | string[] | {
|
|
3405
|
+
config?: string | string[] | undefined;
|
|
3406
|
+
entry?: string | string[] | undefined;
|
|
3407
|
+
project?: string | string[] | undefined;
|
|
3408
|
+
} | undefined;
|
|
3122
3409
|
typedoc?: string | boolean | string[] | {
|
|
3123
3410
|
config?: string | string[] | undefined;
|
|
3124
3411
|
entry?: string | string[] | undefined;
|
|
@@ -3195,6 +3482,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3195
3482
|
project?: string | string[] | undefined;
|
|
3196
3483
|
} | undefined;
|
|
3197
3484
|
workspaces?: Record<string, {
|
|
3485
|
+
node?: string | boolean | string[] | {
|
|
3486
|
+
config?: string | string[] | undefined;
|
|
3487
|
+
entry?: string | string[] | undefined;
|
|
3488
|
+
project?: string | string[] | undefined;
|
|
3489
|
+
} | undefined;
|
|
3198
3490
|
entry?: string | string[] | undefined;
|
|
3199
3491
|
project?: string | string[] | undefined;
|
|
3200
3492
|
paths?: Record<string, string[]> | undefined;
|
|
@@ -3223,6 +3515,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3223
3515
|
entry?: string | string[] | undefined;
|
|
3224
3516
|
project?: string | string[] | undefined;
|
|
3225
3517
|
} | undefined;
|
|
3518
|
+
c8?: string | boolean | string[] | {
|
|
3519
|
+
config?: string | string[] | undefined;
|
|
3520
|
+
entry?: string | string[] | undefined;
|
|
3521
|
+
project?: string | string[] | undefined;
|
|
3522
|
+
} | undefined;
|
|
3226
3523
|
capacitor?: string | boolean | string[] | {
|
|
3227
3524
|
config?: string | string[] | undefined;
|
|
3228
3525
|
entry?: string | string[] | undefined;
|
|
@@ -3258,6 +3555,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3258
3555
|
entry?: string | string[] | undefined;
|
|
3259
3556
|
project?: string | string[] | undefined;
|
|
3260
3557
|
} | undefined;
|
|
3558
|
+
dotenv?: string | boolean | string[] | {
|
|
3559
|
+
config?: string | string[] | undefined;
|
|
3560
|
+
entry?: string | string[] | undefined;
|
|
3561
|
+
project?: string | string[] | undefined;
|
|
3562
|
+
} | undefined;
|
|
3261
3563
|
eleventy?: string | boolean | string[] | {
|
|
3262
3564
|
config?: string | string[] | undefined;
|
|
3263
3565
|
entry?: string | string[] | undefined;
|
|
@@ -3358,6 +3660,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3358
3660
|
entry?: string | string[] | undefined;
|
|
3359
3661
|
project?: string | string[] | undefined;
|
|
3360
3662
|
} | undefined;
|
|
3663
|
+
nodemon?: string | boolean | string[] | {
|
|
3664
|
+
config?: string | string[] | undefined;
|
|
3665
|
+
entry?: string | string[] | undefined;
|
|
3666
|
+
project?: string | string[] | undefined;
|
|
3667
|
+
} | undefined;
|
|
3361
3668
|
'node-test-runner'?: string | boolean | string[] | {
|
|
3362
3669
|
config?: string | string[] | undefined;
|
|
3363
3670
|
entry?: string | string[] | undefined;
|
|
@@ -3398,6 +3705,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3398
3705
|
entry?: string | string[] | undefined;
|
|
3399
3706
|
project?: string | string[] | undefined;
|
|
3400
3707
|
} | undefined;
|
|
3708
|
+
'playwright-test'?: string | boolean | string[] | {
|
|
3709
|
+
config?: string | string[] | undefined;
|
|
3710
|
+
entry?: string | string[] | undefined;
|
|
3711
|
+
project?: string | string[] | undefined;
|
|
3712
|
+
} | undefined;
|
|
3401
3713
|
postcss?: string | boolean | string[] | {
|
|
3402
3714
|
config?: string | string[] | undefined;
|
|
3403
3715
|
entry?: string | string[] | undefined;
|
|
@@ -3503,11 +3815,21 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3503
3815
|
entry?: string | string[] | undefined;
|
|
3504
3816
|
project?: string | string[] | undefined;
|
|
3505
3817
|
} | undefined;
|
|
3818
|
+
'ts-node'?: string | boolean | string[] | {
|
|
3819
|
+
config?: string | string[] | undefined;
|
|
3820
|
+
entry?: string | string[] | undefined;
|
|
3821
|
+
project?: string | string[] | undefined;
|
|
3822
|
+
} | undefined;
|
|
3506
3823
|
tsup?: string | boolean | string[] | {
|
|
3507
3824
|
config?: string | string[] | undefined;
|
|
3508
3825
|
entry?: string | string[] | undefined;
|
|
3509
3826
|
project?: string | string[] | undefined;
|
|
3510
3827
|
} | undefined;
|
|
3828
|
+
tsx?: string | boolean | string[] | {
|
|
3829
|
+
config?: string | string[] | undefined;
|
|
3830
|
+
entry?: string | string[] | undefined;
|
|
3831
|
+
project?: string | string[] | undefined;
|
|
3832
|
+
} | undefined;
|
|
3511
3833
|
typedoc?: string | boolean | string[] | {
|
|
3512
3834
|
config?: string | string[] | undefined;
|
|
3513
3835
|
entry?: string | string[] | undefined;
|
|
@@ -3587,6 +3909,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3587
3909
|
}, {
|
|
3588
3910
|
exclude?: ("dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers")[] | undefined;
|
|
3589
3911
|
include?: ("dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers")[] | undefined;
|
|
3912
|
+
node?: string | boolean | string[] | {
|
|
3913
|
+
config?: string | string[] | undefined;
|
|
3914
|
+
entry?: string | string[] | undefined;
|
|
3915
|
+
project?: string | string[] | undefined;
|
|
3916
|
+
} | undefined;
|
|
3590
3917
|
rules?: Partial<Record<"dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers", "error" | "warn" | "off">> | undefined;
|
|
3591
3918
|
entry?: string | string[] | undefined;
|
|
3592
3919
|
project?: string | string[] | undefined;
|
|
@@ -3621,6 +3948,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3621
3948
|
entry?: string | string[] | undefined;
|
|
3622
3949
|
project?: string | string[] | undefined;
|
|
3623
3950
|
} | undefined;
|
|
3951
|
+
c8?: string | boolean | string[] | {
|
|
3952
|
+
config?: string | string[] | undefined;
|
|
3953
|
+
entry?: string | string[] | undefined;
|
|
3954
|
+
project?: string | string[] | undefined;
|
|
3955
|
+
} | undefined;
|
|
3624
3956
|
capacitor?: string | boolean | string[] | {
|
|
3625
3957
|
config?: string | string[] | undefined;
|
|
3626
3958
|
entry?: string | string[] | undefined;
|
|
@@ -3656,6 +3988,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3656
3988
|
entry?: string | string[] | undefined;
|
|
3657
3989
|
project?: string | string[] | undefined;
|
|
3658
3990
|
} | undefined;
|
|
3991
|
+
dotenv?: string | boolean | string[] | {
|
|
3992
|
+
config?: string | string[] | undefined;
|
|
3993
|
+
entry?: string | string[] | undefined;
|
|
3994
|
+
project?: string | string[] | undefined;
|
|
3995
|
+
} | undefined;
|
|
3659
3996
|
eleventy?: string | boolean | string[] | {
|
|
3660
3997
|
config?: string | string[] | undefined;
|
|
3661
3998
|
entry?: string | string[] | undefined;
|
|
@@ -3756,6 +4093,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3756
4093
|
entry?: string | string[] | undefined;
|
|
3757
4094
|
project?: string | string[] | undefined;
|
|
3758
4095
|
} | undefined;
|
|
4096
|
+
nodemon?: string | boolean | string[] | {
|
|
4097
|
+
config?: string | string[] | undefined;
|
|
4098
|
+
entry?: string | string[] | undefined;
|
|
4099
|
+
project?: string | string[] | undefined;
|
|
4100
|
+
} | undefined;
|
|
3759
4101
|
'node-test-runner'?: string | boolean | string[] | {
|
|
3760
4102
|
config?: string | string[] | undefined;
|
|
3761
4103
|
entry?: string | string[] | undefined;
|
|
@@ -3796,6 +4138,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3796
4138
|
entry?: string | string[] | undefined;
|
|
3797
4139
|
project?: string | string[] | undefined;
|
|
3798
4140
|
} | undefined;
|
|
4141
|
+
'playwright-test'?: string | boolean | string[] | {
|
|
4142
|
+
config?: string | string[] | undefined;
|
|
4143
|
+
entry?: string | string[] | undefined;
|
|
4144
|
+
project?: string | string[] | undefined;
|
|
4145
|
+
} | undefined;
|
|
3799
4146
|
postcss?: string | boolean | string[] | {
|
|
3800
4147
|
config?: string | string[] | undefined;
|
|
3801
4148
|
entry?: string | string[] | undefined;
|
|
@@ -3901,11 +4248,21 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3901
4248
|
entry?: string | string[] | undefined;
|
|
3902
4249
|
project?: string | string[] | undefined;
|
|
3903
4250
|
} | undefined;
|
|
4251
|
+
'ts-node'?: string | boolean | string[] | {
|
|
4252
|
+
config?: string | string[] | undefined;
|
|
4253
|
+
entry?: string | string[] | undefined;
|
|
4254
|
+
project?: string | string[] | undefined;
|
|
4255
|
+
} | undefined;
|
|
3904
4256
|
tsup?: string | boolean | string[] | {
|
|
3905
4257
|
config?: string | string[] | undefined;
|
|
3906
4258
|
entry?: string | string[] | undefined;
|
|
3907
4259
|
project?: string | string[] | undefined;
|
|
3908
4260
|
} | undefined;
|
|
4261
|
+
tsx?: string | boolean | string[] | {
|
|
4262
|
+
config?: string | string[] | undefined;
|
|
4263
|
+
entry?: string | string[] | undefined;
|
|
4264
|
+
project?: string | string[] | undefined;
|
|
4265
|
+
} | undefined;
|
|
3909
4266
|
typedoc?: string | boolean | string[] | {
|
|
3910
4267
|
config?: string | string[] | undefined;
|
|
3911
4268
|
entry?: string | string[] | undefined;
|
|
@@ -3982,6 +4339,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3982
4339
|
project?: string | string[] | undefined;
|
|
3983
4340
|
} | undefined;
|
|
3984
4341
|
workspaces?: Record<string, {
|
|
4342
|
+
node?: string | boolean | string[] | {
|
|
4343
|
+
config?: string | string[] | undefined;
|
|
4344
|
+
entry?: string | string[] | undefined;
|
|
4345
|
+
project?: string | string[] | undefined;
|
|
4346
|
+
} | undefined;
|
|
3985
4347
|
entry?: string | string[] | undefined;
|
|
3986
4348
|
project?: string | string[] | undefined;
|
|
3987
4349
|
paths?: Record<string, string[]> | undefined;
|
|
@@ -4010,6 +4372,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4010
4372
|
entry?: string | string[] | undefined;
|
|
4011
4373
|
project?: string | string[] | undefined;
|
|
4012
4374
|
} | undefined;
|
|
4375
|
+
c8?: string | boolean | string[] | {
|
|
4376
|
+
config?: string | string[] | undefined;
|
|
4377
|
+
entry?: string | string[] | undefined;
|
|
4378
|
+
project?: string | string[] | undefined;
|
|
4379
|
+
} | undefined;
|
|
4013
4380
|
capacitor?: string | boolean | string[] | {
|
|
4014
4381
|
config?: string | string[] | undefined;
|
|
4015
4382
|
entry?: string | string[] | undefined;
|
|
@@ -4045,6 +4412,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4045
4412
|
entry?: string | string[] | undefined;
|
|
4046
4413
|
project?: string | string[] | undefined;
|
|
4047
4414
|
} | undefined;
|
|
4415
|
+
dotenv?: string | boolean | string[] | {
|
|
4416
|
+
config?: string | string[] | undefined;
|
|
4417
|
+
entry?: string | string[] | undefined;
|
|
4418
|
+
project?: string | string[] | undefined;
|
|
4419
|
+
} | undefined;
|
|
4048
4420
|
eleventy?: string | boolean | string[] | {
|
|
4049
4421
|
config?: string | string[] | undefined;
|
|
4050
4422
|
entry?: string | string[] | undefined;
|
|
@@ -4145,6 +4517,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4145
4517
|
entry?: string | string[] | undefined;
|
|
4146
4518
|
project?: string | string[] | undefined;
|
|
4147
4519
|
} | undefined;
|
|
4520
|
+
nodemon?: string | boolean | string[] | {
|
|
4521
|
+
config?: string | string[] | undefined;
|
|
4522
|
+
entry?: string | string[] | undefined;
|
|
4523
|
+
project?: string | string[] | undefined;
|
|
4524
|
+
} | undefined;
|
|
4148
4525
|
'node-test-runner'?: string | boolean | string[] | {
|
|
4149
4526
|
config?: string | string[] | undefined;
|
|
4150
4527
|
entry?: string | string[] | undefined;
|
|
@@ -4185,6 +4562,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4185
4562
|
entry?: string | string[] | undefined;
|
|
4186
4563
|
project?: string | string[] | undefined;
|
|
4187
4564
|
} | undefined;
|
|
4565
|
+
'playwright-test'?: string | boolean | string[] | {
|
|
4566
|
+
config?: string | string[] | undefined;
|
|
4567
|
+
entry?: string | string[] | undefined;
|
|
4568
|
+
project?: string | string[] | undefined;
|
|
4569
|
+
} | undefined;
|
|
4188
4570
|
postcss?: string | boolean | string[] | {
|
|
4189
4571
|
config?: string | string[] | undefined;
|
|
4190
4572
|
entry?: string | string[] | undefined;
|
|
@@ -4290,11 +4672,21 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4290
4672
|
entry?: string | string[] | undefined;
|
|
4291
4673
|
project?: string | string[] | undefined;
|
|
4292
4674
|
} | undefined;
|
|
4675
|
+
'ts-node'?: string | boolean | string[] | {
|
|
4676
|
+
config?: string | string[] | undefined;
|
|
4677
|
+
entry?: string | string[] | undefined;
|
|
4678
|
+
project?: string | string[] | undefined;
|
|
4679
|
+
} | undefined;
|
|
4293
4680
|
tsup?: string | boolean | string[] | {
|
|
4294
4681
|
config?: string | string[] | undefined;
|
|
4295
4682
|
entry?: string | string[] | undefined;
|
|
4296
4683
|
project?: string | string[] | undefined;
|
|
4297
4684
|
} | undefined;
|
|
4685
|
+
tsx?: string | boolean | string[] | {
|
|
4686
|
+
config?: string | string[] | undefined;
|
|
4687
|
+
entry?: string | string[] | undefined;
|
|
4688
|
+
project?: string | string[] | undefined;
|
|
4689
|
+
} | undefined;
|
|
4298
4690
|
typedoc?: string | boolean | string[] | {
|
|
4299
4691
|
config?: string | string[] | undefined;
|
|
4300
4692
|
entry?: string | string[] | undefined;
|