knip 2.30.1 → 2.32.0
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/README.md +15 -24
- package/dist/ConfigurationChief.d.ts +2 -0
- package/dist/ConfigurationChief.js +57 -61
- package/dist/ConfigurationValidator.d.ts +377 -321
- package/dist/ConfigurationValidator.js +2 -1
- package/dist/WorkspaceWorker.d.ts +8 -6
- package/dist/WorkspaceWorker.js +41 -62
- package/dist/binaries/index.js +1 -1
- package/dist/binaries/resolvers/c8.js +2 -1
- package/dist/binaries/resolvers/dotenv.js +2 -1
- package/dist/binaries/resolvers/fallback.js +2 -1
- package/dist/binaries/resolvers/nodemon.js +2 -1
- package/dist/binaries/resolvers/npx.js +2 -1
- package/dist/binaries/resolvers/nx.js +1 -1
- package/dist/binaries/resolvers/pnpm.js +1 -1
- package/dist/binaries/resolvers/rollup.js +2 -1
- package/dist/binaries/resolvers/yarn.js +1 -1
- package/dist/binaries/util.d.ts +0 -3
- package/dist/binaries/util.js +1 -3
- package/dist/constants.d.ts +0 -1
- package/dist/constants.js +0 -4
- package/dist/index.js +27 -20
- package/dist/plugins/ava/index.d.ts +1 -1
- package/dist/plugins/ava/index.js +23 -5
- package/dist/plugins/ava/types.d.ts +1 -0
- package/dist/plugins/babel/index.js +3 -1
- package/dist/plugins/capacitor/index.js +3 -1
- package/dist/plugins/changesets/index.js +3 -1
- package/dist/plugins/commitizen/index.d.ts +1 -0
- package/dist/plugins/commitizen/index.js +4 -1
- package/dist/plugins/commitlint/index.js +3 -1
- package/dist/plugins/cspell/index.js +3 -1
- package/dist/plugins/cypress/index.d.ts +3 -1
- package/dist/plugins/cypress/index.js +14 -4
- package/dist/plugins/drizzle/index.js +3 -5
- package/dist/plugins/eslint/helpers.js +2 -1
- package/dist/plugins/eslint/index.d.ts +1 -0
- package/dist/plugins/eslint/index.js +4 -1
- package/dist/plugins/gatsby/index.js +10 -2
- package/dist/plugins/github-actions/index.js +3 -1
- package/dist/plugins/husky/index.js +3 -1
- package/dist/plugins/index.d.ts +1 -0
- package/dist/plugins/index.js +1 -0
- package/dist/plugins/jest/index.d.ts +1 -1
- package/dist/plugins/jest/index.js +16 -7
- package/dist/plugins/lefthook/index.js +4 -2
- package/dist/plugins/lint-staged/index.d.ts +1 -0
- package/dist/plugins/lint-staged/index.js +4 -1
- package/dist/plugins/markdownlint/index.js +3 -1
- package/dist/plugins/mocha/index.d.ts +1 -0
- package/dist/plugins/mocha/index.js +10 -6
- package/dist/plugins/next/index.d.ts +2 -1
- package/dist/plugins/next/index.js +4 -0
- package/dist/plugins/node-test-runner/index.d.ts +6 -0
- package/dist/plugins/node-test-runner/index.js +17 -0
- package/dist/plugins/npm-package-json-lint/index.d.ts +1 -0
- package/dist/plugins/npm-package-json-lint/index.js +5 -2
- package/dist/plugins/nx/index.js +3 -1
- package/dist/plugins/nyc/index.js +3 -1
- package/dist/plugins/playwright/index.d.ts +3 -1
- package/dist/plugins/playwright/index.js +22 -2
- package/dist/plugins/playwright-ct/index.d.ts +3 -1
- package/dist/plugins/playwright-ct/index.js +13 -2
- package/dist/plugins/postcss/index.js +8 -6
- package/dist/plugins/prettier/index.js +3 -1
- package/dist/plugins/release-it/index.d.ts +1 -0
- package/dist/plugins/release-it/index.js +5 -2
- package/dist/plugins/remark/index.d.ts +1 -0
- package/dist/plugins/remark/index.js +10 -3
- package/dist/plugins/remix/index.d.ts +2 -1
- package/dist/plugins/remix/index.js +10 -0
- package/dist/plugins/rollup/index.d.ts +2 -1
- package/dist/plugins/rollup/index.js +7 -0
- package/dist/plugins/semantic-release/index.d.ts +1 -0
- package/dist/plugins/semantic-release/index.js +7 -2
- package/dist/plugins/sentry/index.d.ts +2 -1
- package/dist/plugins/sentry/index.js +7 -0
- package/dist/plugins/storybook/index.js +6 -2
- package/dist/plugins/stryker/index.js +9 -8
- package/dist/plugins/stylelint/index.js +3 -1
- package/dist/plugins/svelte/index.d.ts +2 -1
- package/dist/plugins/svelte/index.js +6 -0
- package/dist/plugins/typedoc/index.d.ts +1 -0
- package/dist/plugins/typedoc/index.js +5 -2
- package/dist/plugins/typescript/index.js +3 -1
- package/dist/plugins/vite/index.js +2 -2
- package/dist/plugins/vitest/index.d.ts +3 -3
- package/dist/plugins/vitest/index.js +16 -23
- package/dist/plugins/vitest/types.d.ts +1 -0
- package/dist/plugins/webpack/index.js +3 -1
- package/dist/types/config.d.ts +5 -3
- package/dist/types/plugins.d.ts +3 -3
- package/dist/util/compilers.d.ts +90 -80
- package/dist/util/object.d.ts +1 -0
- package/dist/util/object.js +1 -0
- package/dist/util/plugin.d.ts +2 -2
- package/dist/util/plugin.js +2 -2
- package/dist/util/protocols.d.ts +9 -0
- package/dist/util/protocols.js +9 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -1
- package/schema.json +4 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const pluginSchema: z.ZodUnion<[z.
|
|
2
|
+
export declare const pluginSchema: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
3
3
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
4
4
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
5
5
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -34,7 +34,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
34
34
|
ignore: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
35
35
|
ignoreBinaries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36
36
|
ignoreDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
37
|
-
angular: z.ZodOptional<z.ZodUnion<[z.
|
|
37
|
+
angular: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
38
38
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
39
39
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
40
40
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -47,7 +47,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
47
47
|
entry?: string | string[] | undefined;
|
|
48
48
|
project?: string | string[] | undefined;
|
|
49
49
|
}>]>>;
|
|
50
|
-
ava: z.ZodOptional<z.ZodUnion<[z.
|
|
50
|
+
ava: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
51
51
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
52
52
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
53
53
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -60,7 +60,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
60
60
|
entry?: string | string[] | undefined;
|
|
61
61
|
project?: string | string[] | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
babel: z.ZodOptional<z.ZodUnion<[z.
|
|
63
|
+
babel: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
64
64
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
65
65
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
66
66
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -73,7 +73,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
73
73
|
entry?: string | string[] | undefined;
|
|
74
74
|
project?: string | string[] | undefined;
|
|
75
75
|
}>]>>;
|
|
76
|
-
capacitor: z.ZodOptional<z.ZodUnion<[z.
|
|
76
|
+
capacitor: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
77
77
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
78
78
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
79
79
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -86,7 +86,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
86
86
|
entry?: string | string[] | undefined;
|
|
87
87
|
project?: string | string[] | undefined;
|
|
88
88
|
}>]>>;
|
|
89
|
-
changesets: z.ZodOptional<z.ZodUnion<[z.
|
|
89
|
+
changesets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
90
90
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
91
91
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
92
92
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -99,7 +99,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
99
99
|
entry?: string | string[] | undefined;
|
|
100
100
|
project?: string | string[] | undefined;
|
|
101
101
|
}>]>>;
|
|
102
|
-
commitizen: z.ZodOptional<z.ZodUnion<[z.
|
|
102
|
+
commitizen: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
103
103
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
104
104
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
105
105
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -112,7 +112,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
112
112
|
entry?: string | string[] | undefined;
|
|
113
113
|
project?: string | string[] | undefined;
|
|
114
114
|
}>]>>;
|
|
115
|
-
commitlint: z.ZodOptional<z.ZodUnion<[z.
|
|
115
|
+
commitlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
116
116
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
117
117
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
118
118
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -125,7 +125,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
125
125
|
entry?: string | string[] | undefined;
|
|
126
126
|
project?: string | string[] | undefined;
|
|
127
127
|
}>]>>;
|
|
128
|
-
cspell: z.ZodOptional<z.ZodUnion<[z.
|
|
128
|
+
cspell: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
129
129
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
130
130
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
131
131
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -138,7 +138,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
138
138
|
entry?: string | string[] | undefined;
|
|
139
139
|
project?: string | string[] | undefined;
|
|
140
140
|
}>]>>;
|
|
141
|
-
cypress: z.ZodOptional<z.ZodUnion<[z.
|
|
141
|
+
cypress: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
142
142
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143
143
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
144
144
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -151,7 +151,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
151
151
|
entry?: string | string[] | undefined;
|
|
152
152
|
project?: string | string[] | undefined;
|
|
153
153
|
}>]>>;
|
|
154
|
-
eslint: z.ZodOptional<z.ZodUnion<[z.
|
|
154
|
+
eslint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
155
155
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
156
156
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
157
157
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -164,7 +164,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
164
164
|
entry?: string | string[] | undefined;
|
|
165
165
|
project?: string | string[] | undefined;
|
|
166
166
|
}>]>>;
|
|
167
|
-
gatsby: z.ZodOptional<z.ZodUnion<[z.
|
|
167
|
+
gatsby: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
168
168
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
169
169
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
170
170
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -177,7 +177,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
177
177
|
entry?: string | string[] | undefined;
|
|
178
178
|
project?: string | string[] | undefined;
|
|
179
179
|
}>]>>;
|
|
180
|
-
'github-actions': z.ZodOptional<z.ZodUnion<[z.
|
|
180
|
+
'github-actions': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
181
181
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
182
182
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
183
183
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -190,7 +190,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
190
190
|
entry?: string | string[] | undefined;
|
|
191
191
|
project?: string | string[] | undefined;
|
|
192
192
|
}>]>>;
|
|
193
|
-
husky: z.ZodOptional<z.ZodUnion<[z.
|
|
193
|
+
husky: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
194
194
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
195
195
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
196
196
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -203,7 +203,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
203
203
|
entry?: string | string[] | undefined;
|
|
204
204
|
project?: string | string[] | undefined;
|
|
205
205
|
}>]>>;
|
|
206
|
-
jest: z.ZodOptional<z.ZodUnion<[z.
|
|
206
|
+
jest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
207
207
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
208
208
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
209
209
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -216,7 +216,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
216
216
|
entry?: string | string[] | undefined;
|
|
217
217
|
project?: string | string[] | undefined;
|
|
218
218
|
}>]>>;
|
|
219
|
-
lefthook: z.ZodOptional<z.ZodUnion<[z.
|
|
219
|
+
lefthook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
220
220
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
221
221
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
222
222
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -229,7 +229,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
229
229
|
entry?: string | string[] | undefined;
|
|
230
230
|
project?: string | string[] | undefined;
|
|
231
231
|
}>]>>;
|
|
232
|
-
'lint-staged': z.ZodOptional<z.ZodUnion<[z.
|
|
232
|
+
'lint-staged': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
233
233
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
234
234
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
235
235
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -242,7 +242,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
242
242
|
entry?: string | string[] | undefined;
|
|
243
243
|
project?: string | string[] | undefined;
|
|
244
244
|
}>]>>;
|
|
245
|
-
markdownlint: z.ZodOptional<z.ZodUnion<[z.
|
|
245
|
+
markdownlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
246
246
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
247
247
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
248
248
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -255,7 +255,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
255
255
|
entry?: string | string[] | undefined;
|
|
256
256
|
project?: string | string[] | undefined;
|
|
257
257
|
}>]>>;
|
|
258
|
-
mocha: z.ZodOptional<z.ZodUnion<[z.
|
|
258
|
+
mocha: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
259
259
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
260
260
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
261
261
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -268,7 +268,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
268
268
|
entry?: string | string[] | undefined;
|
|
269
269
|
project?: string | string[] | undefined;
|
|
270
270
|
}>]>>;
|
|
271
|
-
next: z.ZodOptional<z.ZodUnion<[z.
|
|
271
|
+
next: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
272
272
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
273
273
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
274
274
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -281,7 +281,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
281
281
|
entry?: string | string[] | undefined;
|
|
282
282
|
project?: string | string[] | undefined;
|
|
283
283
|
}>]>>;
|
|
284
|
-
'
|
|
284
|
+
'node-test-runner': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
285
285
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
286
286
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
287
287
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -294,7 +294,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
294
294
|
entry?: string | string[] | undefined;
|
|
295
295
|
project?: string | string[] | undefined;
|
|
296
296
|
}>]>>;
|
|
297
|
-
|
|
297
|
+
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
298
298
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
299
299
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
300
300
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -307,7 +307,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
307
307
|
entry?: string | string[] | undefined;
|
|
308
308
|
project?: string | string[] | undefined;
|
|
309
309
|
}>]>>;
|
|
310
|
-
|
|
310
|
+
nx: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
311
311
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
312
312
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
313
313
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -320,7 +320,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
320
320
|
entry?: string | string[] | undefined;
|
|
321
321
|
project?: string | string[] | undefined;
|
|
322
322
|
}>]>>;
|
|
323
|
-
|
|
323
|
+
nyc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
324
324
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
325
325
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
326
326
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -333,7 +333,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
333
333
|
entry?: string | string[] | undefined;
|
|
334
334
|
project?: string | string[] | undefined;
|
|
335
335
|
}>]>>;
|
|
336
|
-
|
|
336
|
+
playwright: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
337
337
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
338
338
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
339
339
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -346,7 +346,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
346
346
|
entry?: string | string[] | undefined;
|
|
347
347
|
project?: string | string[] | undefined;
|
|
348
348
|
}>]>>;
|
|
349
|
-
|
|
349
|
+
postcss: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
350
350
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
351
351
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
352
352
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -359,7 +359,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
359
359
|
entry?: string | string[] | undefined;
|
|
360
360
|
project?: string | string[] | undefined;
|
|
361
361
|
}>]>>;
|
|
362
|
-
|
|
362
|
+
prettier: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
363
363
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
364
364
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
365
365
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -372,7 +372,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
372
372
|
entry?: string | string[] | undefined;
|
|
373
373
|
project?: string | string[] | undefined;
|
|
374
374
|
}>]>>;
|
|
375
|
-
|
|
375
|
+
'release-it': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
376
376
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
377
377
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
378
378
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -385,7 +385,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
385
385
|
entry?: string | string[] | undefined;
|
|
386
386
|
project?: string | string[] | undefined;
|
|
387
387
|
}>]>>;
|
|
388
|
-
|
|
388
|
+
remark: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
389
389
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
390
390
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
391
391
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -398,7 +398,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
398
398
|
entry?: string | string[] | undefined;
|
|
399
399
|
project?: string | string[] | undefined;
|
|
400
400
|
}>]>>;
|
|
401
|
-
|
|
401
|
+
remix: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
402
402
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
403
403
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
404
404
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -411,7 +411,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
411
411
|
entry?: string | string[] | undefined;
|
|
412
412
|
project?: string | string[] | undefined;
|
|
413
413
|
}>]>>;
|
|
414
|
-
|
|
414
|
+
rollup: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
415
415
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
416
416
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
417
417
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -424,7 +424,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
424
424
|
entry?: string | string[] | undefined;
|
|
425
425
|
project?: string | string[] | undefined;
|
|
426
426
|
}>]>>;
|
|
427
|
-
|
|
427
|
+
'semantic-release': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
428
428
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
429
429
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
430
430
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -437,7 +437,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
437
437
|
entry?: string | string[] | undefined;
|
|
438
438
|
project?: string | string[] | undefined;
|
|
439
439
|
}>]>>;
|
|
440
|
-
|
|
440
|
+
sentry: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
441
441
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
442
442
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
443
443
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -450,7 +450,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
450
450
|
entry?: string | string[] | undefined;
|
|
451
451
|
project?: string | string[] | undefined;
|
|
452
452
|
}>]>>;
|
|
453
|
-
|
|
453
|
+
storybook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
454
454
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
455
455
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
456
456
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -463,7 +463,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
463
463
|
entry?: string | string[] | undefined;
|
|
464
464
|
project?: string | string[] | undefined;
|
|
465
465
|
}>]>>;
|
|
466
|
-
|
|
466
|
+
stryker: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
467
467
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
468
468
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
469
469
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -476,7 +476,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
476
476
|
entry?: string | string[] | undefined;
|
|
477
477
|
project?: string | string[] | undefined;
|
|
478
478
|
}>]>>;
|
|
479
|
-
|
|
479
|
+
stylelint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
480
480
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
481
481
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
482
482
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -489,7 +489,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
489
489
|
entry?: string | string[] | undefined;
|
|
490
490
|
project?: string | string[] | undefined;
|
|
491
491
|
}>]>>;
|
|
492
|
-
|
|
492
|
+
tailwind: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
493
493
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
494
494
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
495
495
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -502,7 +502,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
502
502
|
entry?: string | string[] | undefined;
|
|
503
503
|
project?: string | string[] | undefined;
|
|
504
504
|
}>]>>;
|
|
505
|
-
|
|
505
|
+
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
506
506
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
507
507
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
508
508
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -515,7 +515,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
515
515
|
entry?: string | string[] | undefined;
|
|
516
516
|
project?: string | string[] | undefined;
|
|
517
517
|
}>]>>;
|
|
518
|
-
|
|
518
|
+
typescript: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
519
519
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
520
520
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
521
521
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -528,7 +528,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
528
528
|
entry?: string | string[] | undefined;
|
|
529
529
|
project?: string | string[] | undefined;
|
|
530
530
|
}>]>>;
|
|
531
|
-
|
|
531
|
+
vite: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
532
532
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
533
533
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
534
534
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -541,7 +541,20 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
541
541
|
entry?: string | string[] | undefined;
|
|
542
542
|
project?: string | string[] | undefined;
|
|
543
543
|
}>]>>;
|
|
544
|
-
|
|
544
|
+
vitest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
545
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
546
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
547
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
548
|
+
}, "strip", z.ZodTypeAny, {
|
|
549
|
+
config?: string | string[] | undefined;
|
|
550
|
+
entry?: string | string[] | undefined;
|
|
551
|
+
project?: string | string[] | undefined;
|
|
552
|
+
}, {
|
|
553
|
+
config?: string | string[] | undefined;
|
|
554
|
+
entry?: string | string[] | undefined;
|
|
555
|
+
project?: string | string[] | undefined;
|
|
556
|
+
}>]>>;
|
|
557
|
+
webpack: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
545
558
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
546
559
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
547
560
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -561,202 +574,207 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
561
574
|
ignore?: string | string[] | undefined;
|
|
562
575
|
ignoreBinaries?: string[] | undefined;
|
|
563
576
|
ignoreDependencies?: string[] | undefined;
|
|
564
|
-
angular?: string |
|
|
577
|
+
angular?: string | boolean | string[] | {
|
|
565
578
|
config?: string | string[] | undefined;
|
|
566
579
|
entry?: string | string[] | undefined;
|
|
567
580
|
project?: string | string[] | undefined;
|
|
568
581
|
} | undefined;
|
|
569
|
-
ava?: string |
|
|
582
|
+
ava?: string | boolean | string[] | {
|
|
570
583
|
config?: string | string[] | undefined;
|
|
571
584
|
entry?: string | string[] | undefined;
|
|
572
585
|
project?: string | string[] | undefined;
|
|
573
586
|
} | undefined;
|
|
574
|
-
babel?: string |
|
|
587
|
+
babel?: string | boolean | string[] | {
|
|
575
588
|
config?: string | string[] | undefined;
|
|
576
589
|
entry?: string | string[] | undefined;
|
|
577
590
|
project?: string | string[] | undefined;
|
|
578
591
|
} | undefined;
|
|
579
|
-
capacitor?: string |
|
|
592
|
+
capacitor?: string | boolean | string[] | {
|
|
580
593
|
config?: string | string[] | undefined;
|
|
581
594
|
entry?: string | string[] | undefined;
|
|
582
595
|
project?: string | string[] | undefined;
|
|
583
596
|
} | undefined;
|
|
584
|
-
changesets?: string |
|
|
597
|
+
changesets?: string | boolean | string[] | {
|
|
585
598
|
config?: string | string[] | undefined;
|
|
586
599
|
entry?: string | string[] | undefined;
|
|
587
600
|
project?: string | string[] | undefined;
|
|
588
601
|
} | undefined;
|
|
589
|
-
commitizen?: string |
|
|
602
|
+
commitizen?: string | boolean | string[] | {
|
|
590
603
|
config?: string | string[] | undefined;
|
|
591
604
|
entry?: string | string[] | undefined;
|
|
592
605
|
project?: string | string[] | undefined;
|
|
593
606
|
} | undefined;
|
|
594
|
-
commitlint?: string |
|
|
607
|
+
commitlint?: string | boolean | string[] | {
|
|
595
608
|
config?: string | string[] | undefined;
|
|
596
609
|
entry?: string | string[] | undefined;
|
|
597
610
|
project?: string | string[] | undefined;
|
|
598
611
|
} | undefined;
|
|
599
|
-
cspell?: string |
|
|
612
|
+
cspell?: string | boolean | string[] | {
|
|
600
613
|
config?: string | string[] | undefined;
|
|
601
614
|
entry?: string | string[] | undefined;
|
|
602
615
|
project?: string | string[] | undefined;
|
|
603
616
|
} | undefined;
|
|
604
|
-
cypress?: string |
|
|
617
|
+
cypress?: string | boolean | string[] | {
|
|
605
618
|
config?: string | string[] | undefined;
|
|
606
619
|
entry?: string | string[] | undefined;
|
|
607
620
|
project?: string | string[] | undefined;
|
|
608
621
|
} | undefined;
|
|
609
|
-
eslint?: string |
|
|
622
|
+
eslint?: string | boolean | string[] | {
|
|
610
623
|
config?: string | string[] | undefined;
|
|
611
624
|
entry?: string | string[] | undefined;
|
|
612
625
|
project?: string | string[] | undefined;
|
|
613
626
|
} | undefined;
|
|
614
|
-
gatsby?: string |
|
|
627
|
+
gatsby?: string | boolean | string[] | {
|
|
615
628
|
config?: string | string[] | undefined;
|
|
616
629
|
entry?: string | string[] | undefined;
|
|
617
630
|
project?: string | string[] | undefined;
|
|
618
631
|
} | undefined;
|
|
619
|
-
'github-actions'?: string |
|
|
632
|
+
'github-actions'?: string | boolean | string[] | {
|
|
620
633
|
config?: string | string[] | undefined;
|
|
621
634
|
entry?: string | string[] | undefined;
|
|
622
635
|
project?: string | string[] | undefined;
|
|
623
636
|
} | undefined;
|
|
624
|
-
husky?: string |
|
|
637
|
+
husky?: string | boolean | string[] | {
|
|
625
638
|
config?: string | string[] | undefined;
|
|
626
639
|
entry?: string | string[] | undefined;
|
|
627
640
|
project?: string | string[] | undefined;
|
|
628
641
|
} | undefined;
|
|
629
|
-
jest?: string |
|
|
642
|
+
jest?: string | boolean | string[] | {
|
|
630
643
|
config?: string | string[] | undefined;
|
|
631
644
|
entry?: string | string[] | undefined;
|
|
632
645
|
project?: string | string[] | undefined;
|
|
633
646
|
} | undefined;
|
|
634
|
-
lefthook?: string |
|
|
647
|
+
lefthook?: string | boolean | string[] | {
|
|
635
648
|
config?: string | string[] | undefined;
|
|
636
649
|
entry?: string | string[] | undefined;
|
|
637
650
|
project?: string | string[] | undefined;
|
|
638
651
|
} | undefined;
|
|
639
|
-
'lint-staged'?: string |
|
|
652
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
640
653
|
config?: string | string[] | undefined;
|
|
641
654
|
entry?: string | string[] | undefined;
|
|
642
655
|
project?: string | string[] | undefined;
|
|
643
656
|
} | undefined;
|
|
644
|
-
markdownlint?: string |
|
|
657
|
+
markdownlint?: string | boolean | string[] | {
|
|
645
658
|
config?: string | string[] | undefined;
|
|
646
659
|
entry?: string | string[] | undefined;
|
|
647
660
|
project?: string | string[] | undefined;
|
|
648
661
|
} | undefined;
|
|
649
|
-
mocha?: string |
|
|
662
|
+
mocha?: string | boolean | string[] | {
|
|
650
663
|
config?: string | string[] | undefined;
|
|
651
664
|
entry?: string | string[] | undefined;
|
|
652
665
|
project?: string | string[] | undefined;
|
|
653
666
|
} | undefined;
|
|
654
|
-
next?: string |
|
|
667
|
+
next?: string | boolean | string[] | {
|
|
655
668
|
config?: string | string[] | undefined;
|
|
656
669
|
entry?: string | string[] | undefined;
|
|
657
670
|
project?: string | string[] | undefined;
|
|
658
671
|
} | undefined;
|
|
659
|
-
'
|
|
672
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
660
673
|
config?: string | string[] | undefined;
|
|
661
674
|
entry?: string | string[] | undefined;
|
|
662
675
|
project?: string | string[] | undefined;
|
|
663
676
|
} | undefined;
|
|
664
|
-
|
|
677
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
665
678
|
config?: string | string[] | undefined;
|
|
666
679
|
entry?: string | string[] | undefined;
|
|
667
680
|
project?: string | string[] | undefined;
|
|
668
681
|
} | undefined;
|
|
669
|
-
|
|
682
|
+
nx?: string | boolean | string[] | {
|
|
670
683
|
config?: string | string[] | undefined;
|
|
671
684
|
entry?: string | string[] | undefined;
|
|
672
685
|
project?: string | string[] | undefined;
|
|
673
686
|
} | undefined;
|
|
674
|
-
|
|
687
|
+
nyc?: string | boolean | string[] | {
|
|
675
688
|
config?: string | string[] | undefined;
|
|
676
689
|
entry?: string | string[] | undefined;
|
|
677
690
|
project?: string | string[] | undefined;
|
|
678
691
|
} | undefined;
|
|
679
|
-
|
|
692
|
+
playwright?: string | boolean | string[] | {
|
|
680
693
|
config?: string | string[] | undefined;
|
|
681
694
|
entry?: string | string[] | undefined;
|
|
682
695
|
project?: string | string[] | undefined;
|
|
683
696
|
} | undefined;
|
|
684
|
-
|
|
697
|
+
postcss?: string | boolean | string[] | {
|
|
685
698
|
config?: string | string[] | undefined;
|
|
686
699
|
entry?: string | string[] | undefined;
|
|
687
700
|
project?: string | string[] | undefined;
|
|
688
701
|
} | undefined;
|
|
689
|
-
|
|
702
|
+
prettier?: string | boolean | string[] | {
|
|
690
703
|
config?: string | string[] | undefined;
|
|
691
704
|
entry?: string | string[] | undefined;
|
|
692
705
|
project?: string | string[] | undefined;
|
|
693
706
|
} | undefined;
|
|
694
|
-
|
|
707
|
+
'release-it'?: string | boolean | string[] | {
|
|
695
708
|
config?: string | string[] | undefined;
|
|
696
709
|
entry?: string | string[] | undefined;
|
|
697
710
|
project?: string | string[] | undefined;
|
|
698
711
|
} | undefined;
|
|
699
|
-
|
|
712
|
+
remark?: string | boolean | string[] | {
|
|
700
713
|
config?: string | string[] | undefined;
|
|
701
714
|
entry?: string | string[] | undefined;
|
|
702
715
|
project?: string | string[] | undefined;
|
|
703
716
|
} | undefined;
|
|
704
|
-
|
|
717
|
+
remix?: string | boolean | string[] | {
|
|
705
718
|
config?: string | string[] | undefined;
|
|
706
719
|
entry?: string | string[] | undefined;
|
|
707
720
|
project?: string | string[] | undefined;
|
|
708
721
|
} | undefined;
|
|
709
|
-
|
|
722
|
+
rollup?: string | boolean | string[] | {
|
|
710
723
|
config?: string | string[] | undefined;
|
|
711
724
|
entry?: string | string[] | undefined;
|
|
712
725
|
project?: string | string[] | undefined;
|
|
713
726
|
} | undefined;
|
|
714
|
-
|
|
727
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
715
728
|
config?: string | string[] | undefined;
|
|
716
729
|
entry?: string | string[] | undefined;
|
|
717
730
|
project?: string | string[] | undefined;
|
|
718
731
|
} | undefined;
|
|
719
|
-
|
|
732
|
+
sentry?: string | boolean | string[] | {
|
|
720
733
|
config?: string | string[] | undefined;
|
|
721
734
|
entry?: string | string[] | undefined;
|
|
722
735
|
project?: string | string[] | undefined;
|
|
723
736
|
} | undefined;
|
|
724
|
-
|
|
737
|
+
storybook?: string | boolean | string[] | {
|
|
725
738
|
config?: string | string[] | undefined;
|
|
726
739
|
entry?: string | string[] | undefined;
|
|
727
740
|
project?: string | string[] | undefined;
|
|
728
741
|
} | undefined;
|
|
729
|
-
|
|
742
|
+
stryker?: string | boolean | string[] | {
|
|
730
743
|
config?: string | string[] | undefined;
|
|
731
744
|
entry?: string | string[] | undefined;
|
|
732
745
|
project?: string | string[] | undefined;
|
|
733
746
|
} | undefined;
|
|
734
|
-
|
|
747
|
+
stylelint?: string | boolean | string[] | {
|
|
735
748
|
config?: string | string[] | undefined;
|
|
736
749
|
entry?: string | string[] | undefined;
|
|
737
750
|
project?: string | string[] | undefined;
|
|
738
751
|
} | undefined;
|
|
739
|
-
|
|
752
|
+
tailwind?: string | boolean | string[] | {
|
|
740
753
|
config?: string | string[] | undefined;
|
|
741
754
|
entry?: string | string[] | undefined;
|
|
742
755
|
project?: string | string[] | undefined;
|
|
743
756
|
} | undefined;
|
|
744
|
-
|
|
757
|
+
typedoc?: string | boolean | string[] | {
|
|
745
758
|
config?: string | string[] | undefined;
|
|
746
759
|
entry?: string | string[] | undefined;
|
|
747
760
|
project?: string | string[] | undefined;
|
|
748
761
|
} | undefined;
|
|
749
|
-
|
|
762
|
+
typescript?: string | boolean | string[] | {
|
|
750
763
|
config?: string | string[] | undefined;
|
|
751
764
|
entry?: string | string[] | undefined;
|
|
752
765
|
project?: string | string[] | undefined;
|
|
753
766
|
} | undefined;
|
|
754
|
-
|
|
767
|
+
vite?: string | boolean | string[] | {
|
|
755
768
|
config?: string | string[] | undefined;
|
|
756
769
|
entry?: string | string[] | undefined;
|
|
757
770
|
project?: string | string[] | undefined;
|
|
758
771
|
} | undefined;
|
|
759
|
-
|
|
772
|
+
vitest?: string | boolean | string[] | {
|
|
773
|
+
config?: string | string[] | undefined;
|
|
774
|
+
entry?: string | string[] | undefined;
|
|
775
|
+
project?: string | string[] | undefined;
|
|
776
|
+
} | undefined;
|
|
777
|
+
webpack?: string | boolean | string[] | {
|
|
760
778
|
config?: string | string[] | undefined;
|
|
761
779
|
entry?: string | string[] | undefined;
|
|
762
780
|
project?: string | string[] | undefined;
|
|
@@ -768,208 +786,226 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
768
786
|
ignore?: string | string[] | undefined;
|
|
769
787
|
ignoreBinaries?: string[] | undefined;
|
|
770
788
|
ignoreDependencies?: string[] | undefined;
|
|
771
|
-
angular?: string |
|
|
789
|
+
angular?: string | boolean | string[] | {
|
|
790
|
+
config?: string | string[] | undefined;
|
|
791
|
+
entry?: string | string[] | undefined;
|
|
792
|
+
project?: string | string[] | undefined;
|
|
793
|
+
} | undefined;
|
|
794
|
+
ava?: string | boolean | string[] | {
|
|
772
795
|
config?: string | string[] | undefined;
|
|
773
796
|
entry?: string | string[] | undefined;
|
|
774
797
|
project?: string | string[] | undefined;
|
|
775
798
|
} | undefined;
|
|
776
|
-
|
|
799
|
+
babel?: string | boolean | string[] | {
|
|
777
800
|
config?: string | string[] | undefined;
|
|
778
801
|
entry?: string | string[] | undefined;
|
|
779
802
|
project?: string | string[] | undefined;
|
|
780
803
|
} | undefined;
|
|
781
|
-
|
|
804
|
+
capacitor?: string | boolean | string[] | {
|
|
782
805
|
config?: string | string[] | undefined;
|
|
783
806
|
entry?: string | string[] | undefined;
|
|
784
807
|
project?: string | string[] | undefined;
|
|
785
808
|
} | undefined;
|
|
786
|
-
|
|
809
|
+
changesets?: string | boolean | string[] | {
|
|
787
810
|
config?: string | string[] | undefined;
|
|
788
811
|
entry?: string | string[] | undefined;
|
|
789
812
|
project?: string | string[] | undefined;
|
|
790
813
|
} | undefined;
|
|
791
|
-
|
|
814
|
+
commitizen?: string | boolean | string[] | {
|
|
792
815
|
config?: string | string[] | undefined;
|
|
793
816
|
entry?: string | string[] | undefined;
|
|
794
817
|
project?: string | string[] | undefined;
|
|
795
818
|
} | undefined;
|
|
796
|
-
|
|
819
|
+
commitlint?: string | boolean | string[] | {
|
|
797
820
|
config?: string | string[] | undefined;
|
|
798
821
|
entry?: string | string[] | undefined;
|
|
799
822
|
project?: string | string[] | undefined;
|
|
800
823
|
} | undefined;
|
|
801
|
-
|
|
824
|
+
cspell?: string | boolean | string[] | {
|
|
802
825
|
config?: string | string[] | undefined;
|
|
803
826
|
entry?: string | string[] | undefined;
|
|
804
827
|
project?: string | string[] | undefined;
|
|
805
828
|
} | undefined;
|
|
806
|
-
|
|
829
|
+
cypress?: string | boolean | string[] | {
|
|
807
830
|
config?: string | string[] | undefined;
|
|
808
831
|
entry?: string | string[] | undefined;
|
|
809
832
|
project?: string | string[] | undefined;
|
|
810
833
|
} | undefined;
|
|
811
|
-
|
|
834
|
+
eslint?: string | boolean | string[] | {
|
|
812
835
|
config?: string | string[] | undefined;
|
|
813
836
|
entry?: string | string[] | undefined;
|
|
814
837
|
project?: string | string[] | undefined;
|
|
815
838
|
} | undefined;
|
|
816
|
-
|
|
839
|
+
gatsby?: string | boolean | string[] | {
|
|
817
840
|
config?: string | string[] | undefined;
|
|
818
841
|
entry?: string | string[] | undefined;
|
|
819
842
|
project?: string | string[] | undefined;
|
|
820
843
|
} | undefined;
|
|
821
|
-
|
|
844
|
+
'github-actions'?: string | boolean | string[] | {
|
|
822
845
|
config?: string | string[] | undefined;
|
|
823
846
|
entry?: string | string[] | undefined;
|
|
824
847
|
project?: string | string[] | undefined;
|
|
825
848
|
} | undefined;
|
|
826
|
-
|
|
849
|
+
husky?: string | boolean | string[] | {
|
|
827
850
|
config?: string | string[] | undefined;
|
|
828
851
|
entry?: string | string[] | undefined;
|
|
829
852
|
project?: string | string[] | undefined;
|
|
830
853
|
} | undefined;
|
|
831
|
-
|
|
854
|
+
jest?: string | boolean | string[] | {
|
|
832
855
|
config?: string | string[] | undefined;
|
|
833
856
|
entry?: string | string[] | undefined;
|
|
834
857
|
project?: string | string[] | undefined;
|
|
835
858
|
} | undefined;
|
|
836
|
-
|
|
859
|
+
lefthook?: string | boolean | string[] | {
|
|
837
860
|
config?: string | string[] | undefined;
|
|
838
861
|
entry?: string | string[] | undefined;
|
|
839
862
|
project?: string | string[] | undefined;
|
|
840
863
|
} | undefined;
|
|
841
|
-
|
|
864
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
842
865
|
config?: string | string[] | undefined;
|
|
843
866
|
entry?: string | string[] | undefined;
|
|
844
867
|
project?: string | string[] | undefined;
|
|
845
868
|
} | undefined;
|
|
846
|
-
|
|
869
|
+
markdownlint?: string | boolean | string[] | {
|
|
847
870
|
config?: string | string[] | undefined;
|
|
848
871
|
entry?: string | string[] | undefined;
|
|
849
872
|
project?: string | string[] | undefined;
|
|
850
873
|
} | undefined;
|
|
851
|
-
|
|
874
|
+
mocha?: string | boolean | string[] | {
|
|
852
875
|
config?: string | string[] | undefined;
|
|
853
876
|
entry?: string | string[] | undefined;
|
|
854
877
|
project?: string | string[] | undefined;
|
|
855
878
|
} | undefined;
|
|
856
|
-
|
|
879
|
+
next?: string | boolean | string[] | {
|
|
857
880
|
config?: string | string[] | undefined;
|
|
858
881
|
entry?: string | string[] | undefined;
|
|
859
882
|
project?: string | string[] | undefined;
|
|
860
883
|
} | undefined;
|
|
861
|
-
|
|
884
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
862
885
|
config?: string | string[] | undefined;
|
|
863
886
|
entry?: string | string[] | undefined;
|
|
864
887
|
project?: string | string[] | undefined;
|
|
865
888
|
} | undefined;
|
|
866
|
-
'npm-package-json-lint'?: string |
|
|
889
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
867
890
|
config?: string | string[] | undefined;
|
|
868
891
|
entry?: string | string[] | undefined;
|
|
869
892
|
project?: string | string[] | undefined;
|
|
870
893
|
} | undefined;
|
|
871
|
-
nx?: string |
|
|
894
|
+
nx?: string | boolean | string[] | {
|
|
872
895
|
config?: string | string[] | undefined;
|
|
873
896
|
entry?: string | string[] | undefined;
|
|
874
897
|
project?: string | string[] | undefined;
|
|
875
898
|
} | undefined;
|
|
876
|
-
nyc?: string |
|
|
899
|
+
nyc?: string | boolean | string[] | {
|
|
877
900
|
config?: string | string[] | undefined;
|
|
878
901
|
entry?: string | string[] | undefined;
|
|
879
902
|
project?: string | string[] | undefined;
|
|
880
903
|
} | undefined;
|
|
881
|
-
playwright?: string |
|
|
904
|
+
playwright?: string | boolean | string[] | {
|
|
882
905
|
config?: string | string[] | undefined;
|
|
883
906
|
entry?: string | string[] | undefined;
|
|
884
907
|
project?: string | string[] | undefined;
|
|
885
908
|
} | undefined;
|
|
886
|
-
postcss?: string |
|
|
909
|
+
postcss?: string | boolean | string[] | {
|
|
887
910
|
config?: string | string[] | undefined;
|
|
888
911
|
entry?: string | string[] | undefined;
|
|
889
912
|
project?: string | string[] | undefined;
|
|
890
913
|
} | undefined;
|
|
891
|
-
prettier?: string |
|
|
914
|
+
prettier?: string | boolean | string[] | {
|
|
892
915
|
config?: string | string[] | undefined;
|
|
893
916
|
entry?: string | string[] | undefined;
|
|
894
917
|
project?: string | string[] | undefined;
|
|
895
918
|
} | undefined;
|
|
896
|
-
'release-it'?: string |
|
|
919
|
+
'release-it'?: string | boolean | string[] | {
|
|
897
920
|
config?: string | string[] | undefined;
|
|
898
921
|
entry?: string | string[] | undefined;
|
|
899
922
|
project?: string | string[] | undefined;
|
|
900
923
|
} | undefined;
|
|
901
|
-
remark?: string |
|
|
924
|
+
remark?: string | boolean | string[] | {
|
|
902
925
|
config?: string | string[] | undefined;
|
|
903
926
|
entry?: string | string[] | undefined;
|
|
904
927
|
project?: string | string[] | undefined;
|
|
905
928
|
} | undefined;
|
|
906
|
-
remix?: string |
|
|
929
|
+
remix?: string | boolean | string[] | {
|
|
907
930
|
config?: string | string[] | undefined;
|
|
908
931
|
entry?: string | string[] | undefined;
|
|
909
932
|
project?: string | string[] | undefined;
|
|
910
933
|
} | undefined;
|
|
911
|
-
rollup?: string |
|
|
934
|
+
rollup?: string | boolean | string[] | {
|
|
912
935
|
config?: string | string[] | undefined;
|
|
913
936
|
entry?: string | string[] | undefined;
|
|
914
937
|
project?: string | string[] | undefined;
|
|
915
938
|
} | undefined;
|
|
916
|
-
'semantic-release'?: string |
|
|
939
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
917
940
|
config?: string | string[] | undefined;
|
|
918
941
|
entry?: string | string[] | undefined;
|
|
919
942
|
project?: string | string[] | undefined;
|
|
920
943
|
} | undefined;
|
|
921
|
-
sentry?: string |
|
|
944
|
+
sentry?: string | boolean | string[] | {
|
|
922
945
|
config?: string | string[] | undefined;
|
|
923
946
|
entry?: string | string[] | undefined;
|
|
924
947
|
project?: string | string[] | undefined;
|
|
925
948
|
} | undefined;
|
|
926
|
-
storybook?: string |
|
|
949
|
+
storybook?: string | boolean | string[] | {
|
|
927
950
|
config?: string | string[] | undefined;
|
|
928
951
|
entry?: string | string[] | undefined;
|
|
929
952
|
project?: string | string[] | undefined;
|
|
930
953
|
} | undefined;
|
|
931
|
-
stryker?: string |
|
|
954
|
+
stryker?: string | boolean | string[] | {
|
|
932
955
|
config?: string | string[] | undefined;
|
|
933
956
|
entry?: string | string[] | undefined;
|
|
934
957
|
project?: string | string[] | undefined;
|
|
935
958
|
} | undefined;
|
|
936
|
-
stylelint?: string |
|
|
959
|
+
stylelint?: string | boolean | string[] | {
|
|
937
960
|
config?: string | string[] | undefined;
|
|
938
961
|
entry?: string | string[] | undefined;
|
|
939
962
|
project?: string | string[] | undefined;
|
|
940
963
|
} | undefined;
|
|
941
|
-
tailwind?: string |
|
|
964
|
+
tailwind?: string | boolean | string[] | {
|
|
942
965
|
config?: string | string[] | undefined;
|
|
943
966
|
entry?: string | string[] | undefined;
|
|
944
967
|
project?: string | string[] | undefined;
|
|
945
968
|
} | undefined;
|
|
946
|
-
typedoc?: string |
|
|
969
|
+
typedoc?: string | boolean | string[] | {
|
|
947
970
|
config?: string | string[] | undefined;
|
|
948
971
|
entry?: string | string[] | undefined;
|
|
949
972
|
project?: string | string[] | undefined;
|
|
950
973
|
} | undefined;
|
|
951
|
-
typescript?: string |
|
|
974
|
+
typescript?: string | boolean | string[] | {
|
|
952
975
|
config?: string | string[] | undefined;
|
|
953
976
|
entry?: string | string[] | undefined;
|
|
954
977
|
project?: string | string[] | undefined;
|
|
955
978
|
} | undefined;
|
|
956
|
-
vite?: string |
|
|
979
|
+
vite?: string | boolean | string[] | {
|
|
957
980
|
config?: string | string[] | undefined;
|
|
958
981
|
entry?: string | string[] | undefined;
|
|
959
982
|
project?: string | string[] | undefined;
|
|
960
983
|
} | undefined;
|
|
961
|
-
vitest?: string |
|
|
984
|
+
vitest?: string | boolean | string[] | {
|
|
962
985
|
config?: string | string[] | undefined;
|
|
963
986
|
entry?: string | string[] | undefined;
|
|
964
987
|
project?: string | string[] | undefined;
|
|
965
988
|
} | undefined;
|
|
966
|
-
webpack?: string |
|
|
989
|
+
webpack?: string | boolean | string[] | {
|
|
967
990
|
config?: string | string[] | undefined;
|
|
968
991
|
entry?: string | string[] | undefined;
|
|
969
992
|
project?: string | string[] | undefined;
|
|
970
993
|
} | undefined;
|
|
971
994
|
}>>>;
|
|
972
|
-
angular: z.ZodOptional<z.ZodUnion<[z.
|
|
995
|
+
angular: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
996
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
997
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
998
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
999
|
+
}, "strip", z.ZodTypeAny, {
|
|
1000
|
+
config?: string | string[] | undefined;
|
|
1001
|
+
entry?: string | string[] | undefined;
|
|
1002
|
+
project?: string | string[] | undefined;
|
|
1003
|
+
}, {
|
|
1004
|
+
config?: string | string[] | undefined;
|
|
1005
|
+
entry?: string | string[] | undefined;
|
|
1006
|
+
project?: string | string[] | undefined;
|
|
1007
|
+
}>]>>;
|
|
1008
|
+
ava: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
973
1009
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
974
1010
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
975
1011
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -982,7 +1018,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
982
1018
|
entry?: string | string[] | undefined;
|
|
983
1019
|
project?: string | string[] | undefined;
|
|
984
1020
|
}>]>>;
|
|
985
|
-
|
|
1021
|
+
babel: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
986
1022
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
987
1023
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
988
1024
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -995,7 +1031,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
995
1031
|
entry?: string | string[] | undefined;
|
|
996
1032
|
project?: string | string[] | undefined;
|
|
997
1033
|
}>]>>;
|
|
998
|
-
|
|
1034
|
+
capacitor: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
999
1035
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1000
1036
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1001
1037
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1008,7 +1044,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1008
1044
|
entry?: string | string[] | undefined;
|
|
1009
1045
|
project?: string | string[] | undefined;
|
|
1010
1046
|
}>]>>;
|
|
1011
|
-
|
|
1047
|
+
changesets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1012
1048
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1013
1049
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1014
1050
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1021,7 +1057,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1021
1057
|
entry?: string | string[] | undefined;
|
|
1022
1058
|
project?: string | string[] | undefined;
|
|
1023
1059
|
}>]>>;
|
|
1024
|
-
|
|
1060
|
+
commitizen: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1025
1061
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1026
1062
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1027
1063
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1034,7 +1070,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1034
1070
|
entry?: string | string[] | undefined;
|
|
1035
1071
|
project?: string | string[] | undefined;
|
|
1036
1072
|
}>]>>;
|
|
1037
|
-
|
|
1073
|
+
commitlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1038
1074
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1039
1075
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1040
1076
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1047,7 +1083,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1047
1083
|
entry?: string | string[] | undefined;
|
|
1048
1084
|
project?: string | string[] | undefined;
|
|
1049
1085
|
}>]>>;
|
|
1050
|
-
|
|
1086
|
+
cspell: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1051
1087
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1052
1088
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1053
1089
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1060,7 +1096,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1060
1096
|
entry?: string | string[] | undefined;
|
|
1061
1097
|
project?: string | string[] | undefined;
|
|
1062
1098
|
}>]>>;
|
|
1063
|
-
|
|
1099
|
+
cypress: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1064
1100
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1065
1101
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1066
1102
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1073,7 +1109,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1073
1109
|
entry?: string | string[] | undefined;
|
|
1074
1110
|
project?: string | string[] | undefined;
|
|
1075
1111
|
}>]>>;
|
|
1076
|
-
|
|
1112
|
+
eslint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1077
1113
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1078
1114
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1079
1115
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1086,7 +1122,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1086
1122
|
entry?: string | string[] | undefined;
|
|
1087
1123
|
project?: string | string[] | undefined;
|
|
1088
1124
|
}>]>>;
|
|
1089
|
-
|
|
1125
|
+
gatsby: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1090
1126
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1091
1127
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1092
1128
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1099,7 +1135,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1099
1135
|
entry?: string | string[] | undefined;
|
|
1100
1136
|
project?: string | string[] | undefined;
|
|
1101
1137
|
}>]>>;
|
|
1102
|
-
|
|
1138
|
+
'github-actions': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1103
1139
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1104
1140
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1105
1141
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1112,7 +1148,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1112
1148
|
entry?: string | string[] | undefined;
|
|
1113
1149
|
project?: string | string[] | undefined;
|
|
1114
1150
|
}>]>>;
|
|
1115
|
-
|
|
1151
|
+
husky: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1116
1152
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1117
1153
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1118
1154
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1125,7 +1161,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1125
1161
|
entry?: string | string[] | undefined;
|
|
1126
1162
|
project?: string | string[] | undefined;
|
|
1127
1163
|
}>]>>;
|
|
1128
|
-
|
|
1164
|
+
jest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1129
1165
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1130
1166
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1131
1167
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1138,7 +1174,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1138
1174
|
entry?: string | string[] | undefined;
|
|
1139
1175
|
project?: string | string[] | undefined;
|
|
1140
1176
|
}>]>>;
|
|
1141
|
-
|
|
1177
|
+
lefthook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1142
1178
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1143
1179
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1144
1180
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1151,7 +1187,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1151
1187
|
entry?: string | string[] | undefined;
|
|
1152
1188
|
project?: string | string[] | undefined;
|
|
1153
1189
|
}>]>>;
|
|
1154
|
-
|
|
1190
|
+
'lint-staged': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1155
1191
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1156
1192
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1157
1193
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1164,7 +1200,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1164
1200
|
entry?: string | string[] | undefined;
|
|
1165
1201
|
project?: string | string[] | undefined;
|
|
1166
1202
|
}>]>>;
|
|
1167
|
-
|
|
1203
|
+
markdownlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1168
1204
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1169
1205
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1170
1206
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1177,7 +1213,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1177
1213
|
entry?: string | string[] | undefined;
|
|
1178
1214
|
project?: string | string[] | undefined;
|
|
1179
1215
|
}>]>>;
|
|
1180
|
-
|
|
1216
|
+
mocha: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1181
1217
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1182
1218
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1183
1219
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1190,7 +1226,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1190
1226
|
entry?: string | string[] | undefined;
|
|
1191
1227
|
project?: string | string[] | undefined;
|
|
1192
1228
|
}>]>>;
|
|
1193
|
-
|
|
1229
|
+
next: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1194
1230
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1195
1231
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1196
1232
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1203,7 +1239,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1203
1239
|
entry?: string | string[] | undefined;
|
|
1204
1240
|
project?: string | string[] | undefined;
|
|
1205
1241
|
}>]>>;
|
|
1206
|
-
|
|
1242
|
+
'node-test-runner': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1207
1243
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1208
1244
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1209
1245
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1216,7 +1252,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1216
1252
|
entry?: string | string[] | undefined;
|
|
1217
1253
|
project?: string | string[] | undefined;
|
|
1218
1254
|
}>]>>;
|
|
1219
|
-
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.
|
|
1255
|
+
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1220
1256
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1221
1257
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1222
1258
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1229,7 +1265,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1229
1265
|
entry?: string | string[] | undefined;
|
|
1230
1266
|
project?: string | string[] | undefined;
|
|
1231
1267
|
}>]>>;
|
|
1232
|
-
nx: z.ZodOptional<z.ZodUnion<[z.
|
|
1268
|
+
nx: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1233
1269
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1234
1270
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1235
1271
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1242,7 +1278,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1242
1278
|
entry?: string | string[] | undefined;
|
|
1243
1279
|
project?: string | string[] | undefined;
|
|
1244
1280
|
}>]>>;
|
|
1245
|
-
nyc: z.ZodOptional<z.ZodUnion<[z.
|
|
1281
|
+
nyc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1246
1282
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1247
1283
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1248
1284
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1255,7 +1291,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1255
1291
|
entry?: string | string[] | undefined;
|
|
1256
1292
|
project?: string | string[] | undefined;
|
|
1257
1293
|
}>]>>;
|
|
1258
|
-
playwright: z.ZodOptional<z.ZodUnion<[z.
|
|
1294
|
+
playwright: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1259
1295
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1260
1296
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1261
1297
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1268,7 +1304,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1268
1304
|
entry?: string | string[] | undefined;
|
|
1269
1305
|
project?: string | string[] | undefined;
|
|
1270
1306
|
}>]>>;
|
|
1271
|
-
postcss: z.ZodOptional<z.ZodUnion<[z.
|
|
1307
|
+
postcss: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1272
1308
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1273
1309
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1274
1310
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1281,7 +1317,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1281
1317
|
entry?: string | string[] | undefined;
|
|
1282
1318
|
project?: string | string[] | undefined;
|
|
1283
1319
|
}>]>>;
|
|
1284
|
-
prettier: z.ZodOptional<z.ZodUnion<[z.
|
|
1320
|
+
prettier: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1285
1321
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1286
1322
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1287
1323
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1294,7 +1330,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1294
1330
|
entry?: string | string[] | undefined;
|
|
1295
1331
|
project?: string | string[] | undefined;
|
|
1296
1332
|
}>]>>;
|
|
1297
|
-
'release-it': z.ZodOptional<z.ZodUnion<[z.
|
|
1333
|
+
'release-it': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1298
1334
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1299
1335
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1300
1336
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1307,7 +1343,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1307
1343
|
entry?: string | string[] | undefined;
|
|
1308
1344
|
project?: string | string[] | undefined;
|
|
1309
1345
|
}>]>>;
|
|
1310
|
-
remark: z.ZodOptional<z.ZodUnion<[z.
|
|
1346
|
+
remark: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1311
1347
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1312
1348
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1313
1349
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1320,7 +1356,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1320
1356
|
entry?: string | string[] | undefined;
|
|
1321
1357
|
project?: string | string[] | undefined;
|
|
1322
1358
|
}>]>>;
|
|
1323
|
-
remix: z.ZodOptional<z.ZodUnion<[z.
|
|
1359
|
+
remix: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1324
1360
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1325
1361
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1326
1362
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1333,7 +1369,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1333
1369
|
entry?: string | string[] | undefined;
|
|
1334
1370
|
project?: string | string[] | undefined;
|
|
1335
1371
|
}>]>>;
|
|
1336
|
-
rollup: z.ZodOptional<z.ZodUnion<[z.
|
|
1372
|
+
rollup: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1337
1373
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1338
1374
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1339
1375
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1346,7 +1382,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1346
1382
|
entry?: string | string[] | undefined;
|
|
1347
1383
|
project?: string | string[] | undefined;
|
|
1348
1384
|
}>]>>;
|
|
1349
|
-
'semantic-release': z.ZodOptional<z.ZodUnion<[z.
|
|
1385
|
+
'semantic-release': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1350
1386
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1351
1387
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1352
1388
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1359,7 +1395,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1359
1395
|
entry?: string | string[] | undefined;
|
|
1360
1396
|
project?: string | string[] | undefined;
|
|
1361
1397
|
}>]>>;
|
|
1362
|
-
sentry: z.ZodOptional<z.ZodUnion<[z.
|
|
1398
|
+
sentry: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1363
1399
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1364
1400
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1365
1401
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1372,7 +1408,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1372
1408
|
entry?: string | string[] | undefined;
|
|
1373
1409
|
project?: string | string[] | undefined;
|
|
1374
1410
|
}>]>>;
|
|
1375
|
-
storybook: z.ZodOptional<z.ZodUnion<[z.
|
|
1411
|
+
storybook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1376
1412
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1377
1413
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1378
1414
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1385,7 +1421,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1385
1421
|
entry?: string | string[] | undefined;
|
|
1386
1422
|
project?: string | string[] | undefined;
|
|
1387
1423
|
}>]>>;
|
|
1388
|
-
stryker: z.ZodOptional<z.ZodUnion<[z.
|
|
1424
|
+
stryker: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1389
1425
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1390
1426
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1391
1427
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1398,7 +1434,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1398
1434
|
entry?: string | string[] | undefined;
|
|
1399
1435
|
project?: string | string[] | undefined;
|
|
1400
1436
|
}>]>>;
|
|
1401
|
-
stylelint: z.ZodOptional<z.ZodUnion<[z.
|
|
1437
|
+
stylelint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1402
1438
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1403
1439
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1404
1440
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1411,7 +1447,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1411
1447
|
entry?: string | string[] | undefined;
|
|
1412
1448
|
project?: string | string[] | undefined;
|
|
1413
1449
|
}>]>>;
|
|
1414
|
-
tailwind: z.ZodOptional<z.ZodUnion<[z.
|
|
1450
|
+
tailwind: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1415
1451
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1416
1452
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1417
1453
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1424,7 +1460,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1424
1460
|
entry?: string | string[] | undefined;
|
|
1425
1461
|
project?: string | string[] | undefined;
|
|
1426
1462
|
}>]>>;
|
|
1427
|
-
typedoc: z.ZodOptional<z.ZodUnion<[z.
|
|
1463
|
+
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1428
1464
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1429
1465
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1430
1466
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1437,7 +1473,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1437
1473
|
entry?: string | string[] | undefined;
|
|
1438
1474
|
project?: string | string[] | undefined;
|
|
1439
1475
|
}>]>>;
|
|
1440
|
-
typescript: z.ZodOptional<z.ZodUnion<[z.
|
|
1476
|
+
typescript: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1441
1477
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1442
1478
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1443
1479
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1450,7 +1486,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1450
1486
|
entry?: string | string[] | undefined;
|
|
1451
1487
|
project?: string | string[] | undefined;
|
|
1452
1488
|
}>]>>;
|
|
1453
|
-
vite: z.ZodOptional<z.ZodUnion<[z.
|
|
1489
|
+
vite: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1454
1490
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1455
1491
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1456
1492
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1463,7 +1499,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1463
1499
|
entry?: string | string[] | undefined;
|
|
1464
1500
|
project?: string | string[] | undefined;
|
|
1465
1501
|
}>]>>;
|
|
1466
|
-
vitest: z.ZodOptional<z.ZodUnion<[z.
|
|
1502
|
+
vitest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1467
1503
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1468
1504
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1469
1505
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1476,7 +1512,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1476
1512
|
entry?: string | string[] | undefined;
|
|
1477
1513
|
project?: string | string[] | undefined;
|
|
1478
1514
|
}>]>>;
|
|
1479
|
-
webpack: z.ZodOptional<z.ZodUnion<[z.
|
|
1515
|
+
webpack: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1480
1516
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1481
1517
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1482
1518
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1511,403 +1547,413 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1511
1547
|
ignore?: string | string[] | undefined;
|
|
1512
1548
|
ignoreBinaries?: string[] | undefined;
|
|
1513
1549
|
ignoreDependencies?: string[] | undefined;
|
|
1514
|
-
angular?: string |
|
|
1550
|
+
angular?: string | boolean | string[] | {
|
|
1551
|
+
config?: string | string[] | undefined;
|
|
1552
|
+
entry?: string | string[] | undefined;
|
|
1553
|
+
project?: string | string[] | undefined;
|
|
1554
|
+
} | undefined;
|
|
1555
|
+
ava?: string | boolean | string[] | {
|
|
1515
1556
|
config?: string | string[] | undefined;
|
|
1516
1557
|
entry?: string | string[] | undefined;
|
|
1517
1558
|
project?: string | string[] | undefined;
|
|
1518
1559
|
} | undefined;
|
|
1519
|
-
|
|
1560
|
+
babel?: string | boolean | string[] | {
|
|
1520
1561
|
config?: string | string[] | undefined;
|
|
1521
1562
|
entry?: string | string[] | undefined;
|
|
1522
1563
|
project?: string | string[] | undefined;
|
|
1523
1564
|
} | undefined;
|
|
1524
|
-
|
|
1565
|
+
capacitor?: string | boolean | string[] | {
|
|
1525
1566
|
config?: string | string[] | undefined;
|
|
1526
1567
|
entry?: string | string[] | undefined;
|
|
1527
1568
|
project?: string | string[] | undefined;
|
|
1528
1569
|
} | undefined;
|
|
1529
|
-
|
|
1570
|
+
changesets?: string | boolean | string[] | {
|
|
1530
1571
|
config?: string | string[] | undefined;
|
|
1531
1572
|
entry?: string | string[] | undefined;
|
|
1532
1573
|
project?: string | string[] | undefined;
|
|
1533
1574
|
} | undefined;
|
|
1534
|
-
|
|
1575
|
+
commitizen?: string | boolean | string[] | {
|
|
1535
1576
|
config?: string | string[] | undefined;
|
|
1536
1577
|
entry?: string | string[] | undefined;
|
|
1537
1578
|
project?: string | string[] | undefined;
|
|
1538
1579
|
} | undefined;
|
|
1539
|
-
|
|
1580
|
+
commitlint?: string | boolean | string[] | {
|
|
1540
1581
|
config?: string | string[] | undefined;
|
|
1541
1582
|
entry?: string | string[] | undefined;
|
|
1542
1583
|
project?: string | string[] | undefined;
|
|
1543
1584
|
} | undefined;
|
|
1544
|
-
|
|
1585
|
+
cspell?: string | boolean | string[] | {
|
|
1545
1586
|
config?: string | string[] | undefined;
|
|
1546
1587
|
entry?: string | string[] | undefined;
|
|
1547
1588
|
project?: string | string[] | undefined;
|
|
1548
1589
|
} | undefined;
|
|
1549
|
-
|
|
1590
|
+
cypress?: string | boolean | string[] | {
|
|
1550
1591
|
config?: string | string[] | undefined;
|
|
1551
1592
|
entry?: string | string[] | undefined;
|
|
1552
1593
|
project?: string | string[] | undefined;
|
|
1553
1594
|
} | undefined;
|
|
1554
|
-
|
|
1595
|
+
eslint?: string | boolean | string[] | {
|
|
1555
1596
|
config?: string | string[] | undefined;
|
|
1556
1597
|
entry?: string | string[] | undefined;
|
|
1557
1598
|
project?: string | string[] | undefined;
|
|
1558
1599
|
} | undefined;
|
|
1559
|
-
|
|
1600
|
+
gatsby?: string | boolean | string[] | {
|
|
1560
1601
|
config?: string | string[] | undefined;
|
|
1561
1602
|
entry?: string | string[] | undefined;
|
|
1562
1603
|
project?: string | string[] | undefined;
|
|
1563
1604
|
} | undefined;
|
|
1564
|
-
|
|
1605
|
+
'github-actions'?: string | boolean | string[] | {
|
|
1565
1606
|
config?: string | string[] | undefined;
|
|
1566
1607
|
entry?: string | string[] | undefined;
|
|
1567
1608
|
project?: string | string[] | undefined;
|
|
1568
1609
|
} | undefined;
|
|
1569
|
-
|
|
1610
|
+
husky?: string | boolean | string[] | {
|
|
1570
1611
|
config?: string | string[] | undefined;
|
|
1571
1612
|
entry?: string | string[] | undefined;
|
|
1572
1613
|
project?: string | string[] | undefined;
|
|
1573
1614
|
} | undefined;
|
|
1574
|
-
|
|
1615
|
+
jest?: string | boolean | string[] | {
|
|
1575
1616
|
config?: string | string[] | undefined;
|
|
1576
1617
|
entry?: string | string[] | undefined;
|
|
1577
1618
|
project?: string | string[] | undefined;
|
|
1578
1619
|
} | undefined;
|
|
1579
|
-
|
|
1620
|
+
lefthook?: string | boolean | string[] | {
|
|
1580
1621
|
config?: string | string[] | undefined;
|
|
1581
1622
|
entry?: string | string[] | undefined;
|
|
1582
1623
|
project?: string | string[] | undefined;
|
|
1583
1624
|
} | undefined;
|
|
1584
|
-
|
|
1625
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
1585
1626
|
config?: string | string[] | undefined;
|
|
1586
1627
|
entry?: string | string[] | undefined;
|
|
1587
1628
|
project?: string | string[] | undefined;
|
|
1588
1629
|
} | undefined;
|
|
1589
|
-
|
|
1630
|
+
markdownlint?: string | boolean | string[] | {
|
|
1590
1631
|
config?: string | string[] | undefined;
|
|
1591
1632
|
entry?: string | string[] | undefined;
|
|
1592
1633
|
project?: string | string[] | undefined;
|
|
1593
1634
|
} | undefined;
|
|
1594
|
-
|
|
1635
|
+
mocha?: string | boolean | string[] | {
|
|
1595
1636
|
config?: string | string[] | undefined;
|
|
1596
1637
|
entry?: string | string[] | undefined;
|
|
1597
1638
|
project?: string | string[] | undefined;
|
|
1598
1639
|
} | undefined;
|
|
1599
|
-
|
|
1640
|
+
next?: string | boolean | string[] | {
|
|
1600
1641
|
config?: string | string[] | undefined;
|
|
1601
1642
|
entry?: string | string[] | undefined;
|
|
1602
1643
|
project?: string | string[] | undefined;
|
|
1603
1644
|
} | undefined;
|
|
1604
|
-
|
|
1645
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
1605
1646
|
config?: string | string[] | undefined;
|
|
1606
1647
|
entry?: string | string[] | undefined;
|
|
1607
1648
|
project?: string | string[] | undefined;
|
|
1608
1649
|
} | undefined;
|
|
1609
|
-
'npm-package-json-lint'?: string |
|
|
1650
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
1610
1651
|
config?: string | string[] | undefined;
|
|
1611
1652
|
entry?: string | string[] | undefined;
|
|
1612
1653
|
project?: string | string[] | undefined;
|
|
1613
1654
|
} | undefined;
|
|
1614
|
-
nx?: string |
|
|
1655
|
+
nx?: string | boolean | string[] | {
|
|
1615
1656
|
config?: string | string[] | undefined;
|
|
1616
1657
|
entry?: string | string[] | undefined;
|
|
1617
1658
|
project?: string | string[] | undefined;
|
|
1618
1659
|
} | undefined;
|
|
1619
|
-
nyc?: string |
|
|
1660
|
+
nyc?: string | boolean | string[] | {
|
|
1620
1661
|
config?: string | string[] | undefined;
|
|
1621
1662
|
entry?: string | string[] | undefined;
|
|
1622
1663
|
project?: string | string[] | undefined;
|
|
1623
1664
|
} | undefined;
|
|
1624
|
-
playwright?: string |
|
|
1665
|
+
playwright?: string | boolean | string[] | {
|
|
1625
1666
|
config?: string | string[] | undefined;
|
|
1626
1667
|
entry?: string | string[] | undefined;
|
|
1627
1668
|
project?: string | string[] | undefined;
|
|
1628
1669
|
} | undefined;
|
|
1629
|
-
postcss?: string |
|
|
1670
|
+
postcss?: string | boolean | string[] | {
|
|
1630
1671
|
config?: string | string[] | undefined;
|
|
1631
1672
|
entry?: string | string[] | undefined;
|
|
1632
1673
|
project?: string | string[] | undefined;
|
|
1633
1674
|
} | undefined;
|
|
1634
|
-
prettier?: string |
|
|
1675
|
+
prettier?: string | boolean | string[] | {
|
|
1635
1676
|
config?: string | string[] | undefined;
|
|
1636
1677
|
entry?: string | string[] | undefined;
|
|
1637
1678
|
project?: string | string[] | undefined;
|
|
1638
1679
|
} | undefined;
|
|
1639
|
-
'release-it'?: string |
|
|
1680
|
+
'release-it'?: string | boolean | string[] | {
|
|
1640
1681
|
config?: string | string[] | undefined;
|
|
1641
1682
|
entry?: string | string[] | undefined;
|
|
1642
1683
|
project?: string | string[] | undefined;
|
|
1643
1684
|
} | undefined;
|
|
1644
|
-
remark?: string |
|
|
1685
|
+
remark?: string | boolean | string[] | {
|
|
1645
1686
|
config?: string | string[] | undefined;
|
|
1646
1687
|
entry?: string | string[] | undefined;
|
|
1647
1688
|
project?: string | string[] | undefined;
|
|
1648
1689
|
} | undefined;
|
|
1649
|
-
remix?: string |
|
|
1690
|
+
remix?: string | boolean | string[] | {
|
|
1650
1691
|
config?: string | string[] | undefined;
|
|
1651
1692
|
entry?: string | string[] | undefined;
|
|
1652
1693
|
project?: string | string[] | undefined;
|
|
1653
1694
|
} | undefined;
|
|
1654
|
-
rollup?: string |
|
|
1695
|
+
rollup?: string | boolean | string[] | {
|
|
1655
1696
|
config?: string | string[] | undefined;
|
|
1656
1697
|
entry?: string | string[] | undefined;
|
|
1657
1698
|
project?: string | string[] | undefined;
|
|
1658
1699
|
} | undefined;
|
|
1659
|
-
'semantic-release'?: string |
|
|
1700
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
1660
1701
|
config?: string | string[] | undefined;
|
|
1661
1702
|
entry?: string | string[] | undefined;
|
|
1662
1703
|
project?: string | string[] | undefined;
|
|
1663
1704
|
} | undefined;
|
|
1664
|
-
sentry?: string |
|
|
1705
|
+
sentry?: string | boolean | string[] | {
|
|
1665
1706
|
config?: string | string[] | undefined;
|
|
1666
1707
|
entry?: string | string[] | undefined;
|
|
1667
1708
|
project?: string | string[] | undefined;
|
|
1668
1709
|
} | undefined;
|
|
1669
|
-
storybook?: string |
|
|
1710
|
+
storybook?: string | boolean | string[] | {
|
|
1670
1711
|
config?: string | string[] | undefined;
|
|
1671
1712
|
entry?: string | string[] | undefined;
|
|
1672
1713
|
project?: string | string[] | undefined;
|
|
1673
1714
|
} | undefined;
|
|
1674
|
-
stryker?: string |
|
|
1715
|
+
stryker?: string | boolean | string[] | {
|
|
1675
1716
|
config?: string | string[] | undefined;
|
|
1676
1717
|
entry?: string | string[] | undefined;
|
|
1677
1718
|
project?: string | string[] | undefined;
|
|
1678
1719
|
} | undefined;
|
|
1679
|
-
stylelint?: string |
|
|
1720
|
+
stylelint?: string | boolean | string[] | {
|
|
1680
1721
|
config?: string | string[] | undefined;
|
|
1681
1722
|
entry?: string | string[] | undefined;
|
|
1682
1723
|
project?: string | string[] | undefined;
|
|
1683
1724
|
} | undefined;
|
|
1684
|
-
tailwind?: string |
|
|
1725
|
+
tailwind?: string | boolean | string[] | {
|
|
1685
1726
|
config?: string | string[] | undefined;
|
|
1686
1727
|
entry?: string | string[] | undefined;
|
|
1687
1728
|
project?: string | string[] | undefined;
|
|
1688
1729
|
} | undefined;
|
|
1689
|
-
typedoc?: string |
|
|
1730
|
+
typedoc?: string | boolean | string[] | {
|
|
1690
1731
|
config?: string | string[] | undefined;
|
|
1691
1732
|
entry?: string | string[] | undefined;
|
|
1692
1733
|
project?: string | string[] | undefined;
|
|
1693
1734
|
} | undefined;
|
|
1694
|
-
typescript?: string |
|
|
1735
|
+
typescript?: string | boolean | string[] | {
|
|
1695
1736
|
config?: string | string[] | undefined;
|
|
1696
1737
|
entry?: string | string[] | undefined;
|
|
1697
1738
|
project?: string | string[] | undefined;
|
|
1698
1739
|
} | undefined;
|
|
1699
|
-
vite?: string |
|
|
1740
|
+
vite?: string | boolean | string[] | {
|
|
1700
1741
|
config?: string | string[] | undefined;
|
|
1701
1742
|
entry?: string | string[] | undefined;
|
|
1702
1743
|
project?: string | string[] | undefined;
|
|
1703
1744
|
} | undefined;
|
|
1704
|
-
vitest?: string |
|
|
1745
|
+
vitest?: string | boolean | string[] | {
|
|
1705
1746
|
config?: string | string[] | undefined;
|
|
1706
1747
|
entry?: string | string[] | undefined;
|
|
1707
1748
|
project?: string | string[] | undefined;
|
|
1708
1749
|
} | undefined;
|
|
1709
|
-
webpack?: string |
|
|
1750
|
+
webpack?: string | boolean | string[] | {
|
|
1710
1751
|
config?: string | string[] | undefined;
|
|
1711
1752
|
entry?: string | string[] | undefined;
|
|
1712
1753
|
project?: string | string[] | undefined;
|
|
1713
1754
|
} | undefined;
|
|
1714
1755
|
}> | undefined;
|
|
1715
|
-
angular?: string |
|
|
1756
|
+
angular?: string | boolean | string[] | {
|
|
1716
1757
|
config?: string | string[] | undefined;
|
|
1717
1758
|
entry?: string | string[] | undefined;
|
|
1718
1759
|
project?: string | string[] | undefined;
|
|
1719
1760
|
} | undefined;
|
|
1720
|
-
ava?: string |
|
|
1761
|
+
ava?: string | boolean | string[] | {
|
|
1721
1762
|
config?: string | string[] | undefined;
|
|
1722
1763
|
entry?: string | string[] | undefined;
|
|
1723
1764
|
project?: string | string[] | undefined;
|
|
1724
1765
|
} | undefined;
|
|
1725
|
-
babel?: string |
|
|
1766
|
+
babel?: string | boolean | string[] | {
|
|
1726
1767
|
config?: string | string[] | undefined;
|
|
1727
1768
|
entry?: string | string[] | undefined;
|
|
1728
1769
|
project?: string | string[] | undefined;
|
|
1729
1770
|
} | undefined;
|
|
1730
|
-
capacitor?: string |
|
|
1771
|
+
capacitor?: string | boolean | string[] | {
|
|
1731
1772
|
config?: string | string[] | undefined;
|
|
1732
1773
|
entry?: string | string[] | undefined;
|
|
1733
1774
|
project?: string | string[] | undefined;
|
|
1734
1775
|
} | undefined;
|
|
1735
|
-
changesets?: string |
|
|
1776
|
+
changesets?: string | boolean | string[] | {
|
|
1736
1777
|
config?: string | string[] | undefined;
|
|
1737
1778
|
entry?: string | string[] | undefined;
|
|
1738
1779
|
project?: string | string[] | undefined;
|
|
1739
1780
|
} | undefined;
|
|
1740
|
-
commitizen?: string |
|
|
1781
|
+
commitizen?: string | boolean | string[] | {
|
|
1741
1782
|
config?: string | string[] | undefined;
|
|
1742
1783
|
entry?: string | string[] | undefined;
|
|
1743
1784
|
project?: string | string[] | undefined;
|
|
1744
1785
|
} | undefined;
|
|
1745
|
-
commitlint?: string |
|
|
1786
|
+
commitlint?: string | boolean | string[] | {
|
|
1746
1787
|
config?: string | string[] | undefined;
|
|
1747
1788
|
entry?: string | string[] | undefined;
|
|
1748
1789
|
project?: string | string[] | undefined;
|
|
1749
1790
|
} | undefined;
|
|
1750
|
-
cspell?: string |
|
|
1791
|
+
cspell?: string | boolean | string[] | {
|
|
1751
1792
|
config?: string | string[] | undefined;
|
|
1752
1793
|
entry?: string | string[] | undefined;
|
|
1753
1794
|
project?: string | string[] | undefined;
|
|
1754
1795
|
} | undefined;
|
|
1755
|
-
cypress?: string |
|
|
1796
|
+
cypress?: string | boolean | string[] | {
|
|
1756
1797
|
config?: string | string[] | undefined;
|
|
1757
1798
|
entry?: string | string[] | undefined;
|
|
1758
1799
|
project?: string | string[] | undefined;
|
|
1759
1800
|
} | undefined;
|
|
1760
|
-
eslint?: string |
|
|
1801
|
+
eslint?: string | boolean | string[] | {
|
|
1761
1802
|
config?: string | string[] | undefined;
|
|
1762
1803
|
entry?: string | string[] | undefined;
|
|
1763
1804
|
project?: string | string[] | undefined;
|
|
1764
1805
|
} | undefined;
|
|
1765
|
-
gatsby?: string |
|
|
1806
|
+
gatsby?: string | boolean | string[] | {
|
|
1766
1807
|
config?: string | string[] | undefined;
|
|
1767
1808
|
entry?: string | string[] | undefined;
|
|
1768
1809
|
project?: string | string[] | undefined;
|
|
1769
1810
|
} | undefined;
|
|
1770
|
-
'github-actions'?: string |
|
|
1811
|
+
'github-actions'?: string | boolean | string[] | {
|
|
1771
1812
|
config?: string | string[] | undefined;
|
|
1772
1813
|
entry?: string | string[] | undefined;
|
|
1773
1814
|
project?: string | string[] | undefined;
|
|
1774
1815
|
} | undefined;
|
|
1775
|
-
husky?: string |
|
|
1816
|
+
husky?: string | boolean | string[] | {
|
|
1776
1817
|
config?: string | string[] | undefined;
|
|
1777
1818
|
entry?: string | string[] | undefined;
|
|
1778
1819
|
project?: string | string[] | undefined;
|
|
1779
1820
|
} | undefined;
|
|
1780
|
-
jest?: string |
|
|
1821
|
+
jest?: string | boolean | string[] | {
|
|
1781
1822
|
config?: string | string[] | undefined;
|
|
1782
1823
|
entry?: string | string[] | undefined;
|
|
1783
1824
|
project?: string | string[] | undefined;
|
|
1784
1825
|
} | undefined;
|
|
1785
|
-
lefthook?: string |
|
|
1826
|
+
lefthook?: string | boolean | string[] | {
|
|
1786
1827
|
config?: string | string[] | undefined;
|
|
1787
1828
|
entry?: string | string[] | undefined;
|
|
1788
1829
|
project?: string | string[] | undefined;
|
|
1789
1830
|
} | undefined;
|
|
1790
|
-
'lint-staged'?: string |
|
|
1831
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
1791
1832
|
config?: string | string[] | undefined;
|
|
1792
1833
|
entry?: string | string[] | undefined;
|
|
1793
1834
|
project?: string | string[] | undefined;
|
|
1794
1835
|
} | undefined;
|
|
1795
|
-
markdownlint?: string |
|
|
1836
|
+
markdownlint?: string | boolean | string[] | {
|
|
1796
1837
|
config?: string | string[] | undefined;
|
|
1797
1838
|
entry?: string | string[] | undefined;
|
|
1798
1839
|
project?: string | string[] | undefined;
|
|
1799
1840
|
} | undefined;
|
|
1800
|
-
mocha?: string |
|
|
1841
|
+
mocha?: string | boolean | string[] | {
|
|
1801
1842
|
config?: string | string[] | undefined;
|
|
1802
1843
|
entry?: string | string[] | undefined;
|
|
1803
1844
|
project?: string | string[] | undefined;
|
|
1804
1845
|
} | undefined;
|
|
1805
|
-
next?: string |
|
|
1846
|
+
next?: string | boolean | string[] | {
|
|
1806
1847
|
config?: string | string[] | undefined;
|
|
1807
1848
|
entry?: string | string[] | undefined;
|
|
1808
1849
|
project?: string | string[] | undefined;
|
|
1809
1850
|
} | undefined;
|
|
1810
|
-
'
|
|
1851
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
1811
1852
|
config?: string | string[] | undefined;
|
|
1812
1853
|
entry?: string | string[] | undefined;
|
|
1813
1854
|
project?: string | string[] | undefined;
|
|
1814
1855
|
} | undefined;
|
|
1815
|
-
|
|
1856
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
1816
1857
|
config?: string | string[] | undefined;
|
|
1817
1858
|
entry?: string | string[] | undefined;
|
|
1818
1859
|
project?: string | string[] | undefined;
|
|
1819
1860
|
} | undefined;
|
|
1820
|
-
|
|
1861
|
+
nx?: string | boolean | string[] | {
|
|
1821
1862
|
config?: string | string[] | undefined;
|
|
1822
1863
|
entry?: string | string[] | undefined;
|
|
1823
1864
|
project?: string | string[] | undefined;
|
|
1824
1865
|
} | undefined;
|
|
1825
|
-
|
|
1866
|
+
nyc?: string | boolean | string[] | {
|
|
1826
1867
|
config?: string | string[] | undefined;
|
|
1827
1868
|
entry?: string | string[] | undefined;
|
|
1828
1869
|
project?: string | string[] | undefined;
|
|
1829
1870
|
} | undefined;
|
|
1830
|
-
|
|
1871
|
+
playwright?: string | boolean | string[] | {
|
|
1831
1872
|
config?: string | string[] | undefined;
|
|
1832
1873
|
entry?: string | string[] | undefined;
|
|
1833
1874
|
project?: string | string[] | undefined;
|
|
1834
1875
|
} | undefined;
|
|
1835
|
-
|
|
1876
|
+
postcss?: string | boolean | string[] | {
|
|
1836
1877
|
config?: string | string[] | undefined;
|
|
1837
1878
|
entry?: string | string[] | undefined;
|
|
1838
1879
|
project?: string | string[] | undefined;
|
|
1839
1880
|
} | undefined;
|
|
1840
|
-
|
|
1881
|
+
prettier?: string | boolean | string[] | {
|
|
1841
1882
|
config?: string | string[] | undefined;
|
|
1842
1883
|
entry?: string | string[] | undefined;
|
|
1843
1884
|
project?: string | string[] | undefined;
|
|
1844
1885
|
} | undefined;
|
|
1845
|
-
|
|
1886
|
+
'release-it'?: string | boolean | string[] | {
|
|
1846
1887
|
config?: string | string[] | undefined;
|
|
1847
1888
|
entry?: string | string[] | undefined;
|
|
1848
1889
|
project?: string | string[] | undefined;
|
|
1849
1890
|
} | undefined;
|
|
1850
|
-
|
|
1891
|
+
remark?: string | boolean | string[] | {
|
|
1851
1892
|
config?: string | string[] | undefined;
|
|
1852
1893
|
entry?: string | string[] | undefined;
|
|
1853
1894
|
project?: string | string[] | undefined;
|
|
1854
1895
|
} | undefined;
|
|
1855
|
-
|
|
1896
|
+
remix?: string | boolean | string[] | {
|
|
1856
1897
|
config?: string | string[] | undefined;
|
|
1857
1898
|
entry?: string | string[] | undefined;
|
|
1858
1899
|
project?: string | string[] | undefined;
|
|
1859
1900
|
} | undefined;
|
|
1860
|
-
|
|
1901
|
+
rollup?: string | boolean | string[] | {
|
|
1861
1902
|
config?: string | string[] | undefined;
|
|
1862
1903
|
entry?: string | string[] | undefined;
|
|
1863
1904
|
project?: string | string[] | undefined;
|
|
1864
1905
|
} | undefined;
|
|
1865
|
-
|
|
1906
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
1866
1907
|
config?: string | string[] | undefined;
|
|
1867
1908
|
entry?: string | string[] | undefined;
|
|
1868
1909
|
project?: string | string[] | undefined;
|
|
1869
1910
|
} | undefined;
|
|
1870
|
-
|
|
1911
|
+
sentry?: string | boolean | string[] | {
|
|
1871
1912
|
config?: string | string[] | undefined;
|
|
1872
1913
|
entry?: string | string[] | undefined;
|
|
1873
1914
|
project?: string | string[] | undefined;
|
|
1874
1915
|
} | undefined;
|
|
1875
|
-
|
|
1916
|
+
storybook?: string | boolean | string[] | {
|
|
1876
1917
|
config?: string | string[] | undefined;
|
|
1877
1918
|
entry?: string | string[] | undefined;
|
|
1878
1919
|
project?: string | string[] | undefined;
|
|
1879
1920
|
} | undefined;
|
|
1880
|
-
|
|
1921
|
+
stryker?: string | boolean | string[] | {
|
|
1881
1922
|
config?: string | string[] | undefined;
|
|
1882
1923
|
entry?: string | string[] | undefined;
|
|
1883
1924
|
project?: string | string[] | undefined;
|
|
1884
1925
|
} | undefined;
|
|
1885
|
-
|
|
1926
|
+
stylelint?: string | boolean | string[] | {
|
|
1886
1927
|
config?: string | string[] | undefined;
|
|
1887
1928
|
entry?: string | string[] | undefined;
|
|
1888
1929
|
project?: string | string[] | undefined;
|
|
1889
1930
|
} | undefined;
|
|
1890
|
-
|
|
1931
|
+
tailwind?: string | boolean | string[] | {
|
|
1891
1932
|
config?: string | string[] | undefined;
|
|
1892
1933
|
entry?: string | string[] | undefined;
|
|
1893
1934
|
project?: string | string[] | undefined;
|
|
1894
1935
|
} | undefined;
|
|
1895
|
-
|
|
1936
|
+
typedoc?: string | boolean | string[] | {
|
|
1896
1937
|
config?: string | string[] | undefined;
|
|
1897
1938
|
entry?: string | string[] | undefined;
|
|
1898
1939
|
project?: string | string[] | undefined;
|
|
1899
1940
|
} | undefined;
|
|
1900
|
-
|
|
1941
|
+
typescript?: string | boolean | string[] | {
|
|
1901
1942
|
config?: string | string[] | undefined;
|
|
1902
1943
|
entry?: string | string[] | undefined;
|
|
1903
1944
|
project?: string | string[] | undefined;
|
|
1904
1945
|
} | undefined;
|
|
1905
|
-
|
|
1946
|
+
vite?: string | boolean | string[] | {
|
|
1906
1947
|
config?: string | string[] | undefined;
|
|
1907
1948
|
entry?: string | string[] | undefined;
|
|
1908
1949
|
project?: string | string[] | undefined;
|
|
1909
1950
|
} | undefined;
|
|
1910
|
-
|
|
1951
|
+
vitest?: string | boolean | string[] | {
|
|
1952
|
+
config?: string | string[] | undefined;
|
|
1953
|
+
entry?: string | string[] | undefined;
|
|
1954
|
+
project?: string | string[] | undefined;
|
|
1955
|
+
} | undefined;
|
|
1956
|
+
webpack?: string | boolean | string[] | {
|
|
1911
1957
|
config?: string | string[] | undefined;
|
|
1912
1958
|
entry?: string | string[] | undefined;
|
|
1913
1959
|
project?: string | string[] | undefined;
|
|
@@ -1934,403 +1980,413 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1934
1980
|
ignore?: string | string[] | undefined;
|
|
1935
1981
|
ignoreBinaries?: string[] | undefined;
|
|
1936
1982
|
ignoreDependencies?: string[] | undefined;
|
|
1937
|
-
angular?: string |
|
|
1983
|
+
angular?: string | boolean | string[] | {
|
|
1984
|
+
config?: string | string[] | undefined;
|
|
1985
|
+
entry?: string | string[] | undefined;
|
|
1986
|
+
project?: string | string[] | undefined;
|
|
1987
|
+
} | undefined;
|
|
1988
|
+
ava?: string | boolean | string[] | {
|
|
1938
1989
|
config?: string | string[] | undefined;
|
|
1939
1990
|
entry?: string | string[] | undefined;
|
|
1940
1991
|
project?: string | string[] | undefined;
|
|
1941
1992
|
} | undefined;
|
|
1942
|
-
|
|
1993
|
+
babel?: string | boolean | string[] | {
|
|
1943
1994
|
config?: string | string[] | undefined;
|
|
1944
1995
|
entry?: string | string[] | undefined;
|
|
1945
1996
|
project?: string | string[] | undefined;
|
|
1946
1997
|
} | undefined;
|
|
1947
|
-
|
|
1998
|
+
capacitor?: string | boolean | string[] | {
|
|
1948
1999
|
config?: string | string[] | undefined;
|
|
1949
2000
|
entry?: string | string[] | undefined;
|
|
1950
2001
|
project?: string | string[] | undefined;
|
|
1951
2002
|
} | undefined;
|
|
1952
|
-
|
|
2003
|
+
changesets?: string | boolean | string[] | {
|
|
1953
2004
|
config?: string | string[] | undefined;
|
|
1954
2005
|
entry?: string | string[] | undefined;
|
|
1955
2006
|
project?: string | string[] | undefined;
|
|
1956
2007
|
} | undefined;
|
|
1957
|
-
|
|
2008
|
+
commitizen?: string | boolean | string[] | {
|
|
1958
2009
|
config?: string | string[] | undefined;
|
|
1959
2010
|
entry?: string | string[] | undefined;
|
|
1960
2011
|
project?: string | string[] | undefined;
|
|
1961
2012
|
} | undefined;
|
|
1962
|
-
|
|
2013
|
+
commitlint?: string | boolean | string[] | {
|
|
1963
2014
|
config?: string | string[] | undefined;
|
|
1964
2015
|
entry?: string | string[] | undefined;
|
|
1965
2016
|
project?: string | string[] | undefined;
|
|
1966
2017
|
} | undefined;
|
|
1967
|
-
|
|
2018
|
+
cspell?: string | boolean | string[] | {
|
|
1968
2019
|
config?: string | string[] | undefined;
|
|
1969
2020
|
entry?: string | string[] | undefined;
|
|
1970
2021
|
project?: string | string[] | undefined;
|
|
1971
2022
|
} | undefined;
|
|
1972
|
-
|
|
2023
|
+
cypress?: string | boolean | string[] | {
|
|
1973
2024
|
config?: string | string[] | undefined;
|
|
1974
2025
|
entry?: string | string[] | undefined;
|
|
1975
2026
|
project?: string | string[] | undefined;
|
|
1976
2027
|
} | undefined;
|
|
1977
|
-
|
|
2028
|
+
eslint?: string | boolean | string[] | {
|
|
1978
2029
|
config?: string | string[] | undefined;
|
|
1979
2030
|
entry?: string | string[] | undefined;
|
|
1980
2031
|
project?: string | string[] | undefined;
|
|
1981
2032
|
} | undefined;
|
|
1982
|
-
|
|
2033
|
+
gatsby?: string | boolean | string[] | {
|
|
1983
2034
|
config?: string | string[] | undefined;
|
|
1984
2035
|
entry?: string | string[] | undefined;
|
|
1985
2036
|
project?: string | string[] | undefined;
|
|
1986
2037
|
} | undefined;
|
|
1987
|
-
|
|
2038
|
+
'github-actions'?: string | boolean | string[] | {
|
|
1988
2039
|
config?: string | string[] | undefined;
|
|
1989
2040
|
entry?: string | string[] | undefined;
|
|
1990
2041
|
project?: string | string[] | undefined;
|
|
1991
2042
|
} | undefined;
|
|
1992
|
-
|
|
2043
|
+
husky?: string | boolean | string[] | {
|
|
1993
2044
|
config?: string | string[] | undefined;
|
|
1994
2045
|
entry?: string | string[] | undefined;
|
|
1995
2046
|
project?: string | string[] | undefined;
|
|
1996
2047
|
} | undefined;
|
|
1997
|
-
|
|
2048
|
+
jest?: string | boolean | string[] | {
|
|
1998
2049
|
config?: string | string[] | undefined;
|
|
1999
2050
|
entry?: string | string[] | undefined;
|
|
2000
2051
|
project?: string | string[] | undefined;
|
|
2001
2052
|
} | undefined;
|
|
2002
|
-
|
|
2053
|
+
lefthook?: string | boolean | string[] | {
|
|
2003
2054
|
config?: string | string[] | undefined;
|
|
2004
2055
|
entry?: string | string[] | undefined;
|
|
2005
2056
|
project?: string | string[] | undefined;
|
|
2006
2057
|
} | undefined;
|
|
2007
|
-
|
|
2058
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
2008
2059
|
config?: string | string[] | undefined;
|
|
2009
2060
|
entry?: string | string[] | undefined;
|
|
2010
2061
|
project?: string | string[] | undefined;
|
|
2011
2062
|
} | undefined;
|
|
2012
|
-
|
|
2063
|
+
markdownlint?: string | boolean | string[] | {
|
|
2013
2064
|
config?: string | string[] | undefined;
|
|
2014
2065
|
entry?: string | string[] | undefined;
|
|
2015
2066
|
project?: string | string[] | undefined;
|
|
2016
2067
|
} | undefined;
|
|
2017
|
-
|
|
2068
|
+
mocha?: string | boolean | string[] | {
|
|
2018
2069
|
config?: string | string[] | undefined;
|
|
2019
2070
|
entry?: string | string[] | undefined;
|
|
2020
2071
|
project?: string | string[] | undefined;
|
|
2021
2072
|
} | undefined;
|
|
2022
|
-
|
|
2073
|
+
next?: string | boolean | string[] | {
|
|
2023
2074
|
config?: string | string[] | undefined;
|
|
2024
2075
|
entry?: string | string[] | undefined;
|
|
2025
2076
|
project?: string | string[] | undefined;
|
|
2026
2077
|
} | undefined;
|
|
2027
|
-
|
|
2078
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
2028
2079
|
config?: string | string[] | undefined;
|
|
2029
2080
|
entry?: string | string[] | undefined;
|
|
2030
2081
|
project?: string | string[] | undefined;
|
|
2031
2082
|
} | undefined;
|
|
2032
|
-
'npm-package-json-lint'?: string |
|
|
2083
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
2033
2084
|
config?: string | string[] | undefined;
|
|
2034
2085
|
entry?: string | string[] | undefined;
|
|
2035
2086
|
project?: string | string[] | undefined;
|
|
2036
2087
|
} | undefined;
|
|
2037
|
-
nx?: string |
|
|
2088
|
+
nx?: string | boolean | string[] | {
|
|
2038
2089
|
config?: string | string[] | undefined;
|
|
2039
2090
|
entry?: string | string[] | undefined;
|
|
2040
2091
|
project?: string | string[] | undefined;
|
|
2041
2092
|
} | undefined;
|
|
2042
|
-
nyc?: string |
|
|
2093
|
+
nyc?: string | boolean | string[] | {
|
|
2043
2094
|
config?: string | string[] | undefined;
|
|
2044
2095
|
entry?: string | string[] | undefined;
|
|
2045
2096
|
project?: string | string[] | undefined;
|
|
2046
2097
|
} | undefined;
|
|
2047
|
-
playwright?: string |
|
|
2098
|
+
playwright?: string | boolean | string[] | {
|
|
2048
2099
|
config?: string | string[] | undefined;
|
|
2049
2100
|
entry?: string | string[] | undefined;
|
|
2050
2101
|
project?: string | string[] | undefined;
|
|
2051
2102
|
} | undefined;
|
|
2052
|
-
postcss?: string |
|
|
2103
|
+
postcss?: string | boolean | string[] | {
|
|
2053
2104
|
config?: string | string[] | undefined;
|
|
2054
2105
|
entry?: string | string[] | undefined;
|
|
2055
2106
|
project?: string | string[] | undefined;
|
|
2056
2107
|
} | undefined;
|
|
2057
|
-
prettier?: string |
|
|
2108
|
+
prettier?: string | boolean | string[] | {
|
|
2058
2109
|
config?: string | string[] | undefined;
|
|
2059
2110
|
entry?: string | string[] | undefined;
|
|
2060
2111
|
project?: string | string[] | undefined;
|
|
2061
2112
|
} | undefined;
|
|
2062
|
-
'release-it'?: string |
|
|
2113
|
+
'release-it'?: string | boolean | string[] | {
|
|
2063
2114
|
config?: string | string[] | undefined;
|
|
2064
2115
|
entry?: string | string[] | undefined;
|
|
2065
2116
|
project?: string | string[] | undefined;
|
|
2066
2117
|
} | undefined;
|
|
2067
|
-
remark?: string |
|
|
2118
|
+
remark?: string | boolean | string[] | {
|
|
2068
2119
|
config?: string | string[] | undefined;
|
|
2069
2120
|
entry?: string | string[] | undefined;
|
|
2070
2121
|
project?: string | string[] | undefined;
|
|
2071
2122
|
} | undefined;
|
|
2072
|
-
remix?: string |
|
|
2123
|
+
remix?: string | boolean | string[] | {
|
|
2073
2124
|
config?: string | string[] | undefined;
|
|
2074
2125
|
entry?: string | string[] | undefined;
|
|
2075
2126
|
project?: string | string[] | undefined;
|
|
2076
2127
|
} | undefined;
|
|
2077
|
-
rollup?: string |
|
|
2128
|
+
rollup?: string | boolean | string[] | {
|
|
2078
2129
|
config?: string | string[] | undefined;
|
|
2079
2130
|
entry?: string | string[] | undefined;
|
|
2080
2131
|
project?: string | string[] | undefined;
|
|
2081
2132
|
} | undefined;
|
|
2082
|
-
'semantic-release'?: string |
|
|
2133
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
2083
2134
|
config?: string | string[] | undefined;
|
|
2084
2135
|
entry?: string | string[] | undefined;
|
|
2085
2136
|
project?: string | string[] | undefined;
|
|
2086
2137
|
} | undefined;
|
|
2087
|
-
sentry?: string |
|
|
2138
|
+
sentry?: string | boolean | string[] | {
|
|
2088
2139
|
config?: string | string[] | undefined;
|
|
2089
2140
|
entry?: string | string[] | undefined;
|
|
2090
2141
|
project?: string | string[] | undefined;
|
|
2091
2142
|
} | undefined;
|
|
2092
|
-
storybook?: string |
|
|
2143
|
+
storybook?: string | boolean | string[] | {
|
|
2093
2144
|
config?: string | string[] | undefined;
|
|
2094
2145
|
entry?: string | string[] | undefined;
|
|
2095
2146
|
project?: string | string[] | undefined;
|
|
2096
2147
|
} | undefined;
|
|
2097
|
-
stryker?: string |
|
|
2148
|
+
stryker?: string | boolean | string[] | {
|
|
2098
2149
|
config?: string | string[] | undefined;
|
|
2099
2150
|
entry?: string | string[] | undefined;
|
|
2100
2151
|
project?: string | string[] | undefined;
|
|
2101
2152
|
} | undefined;
|
|
2102
|
-
stylelint?: string |
|
|
2153
|
+
stylelint?: string | boolean | string[] | {
|
|
2103
2154
|
config?: string | string[] | undefined;
|
|
2104
2155
|
entry?: string | string[] | undefined;
|
|
2105
2156
|
project?: string | string[] | undefined;
|
|
2106
2157
|
} | undefined;
|
|
2107
|
-
tailwind?: string |
|
|
2158
|
+
tailwind?: string | boolean | string[] | {
|
|
2108
2159
|
config?: string | string[] | undefined;
|
|
2109
2160
|
entry?: string | string[] | undefined;
|
|
2110
2161
|
project?: string | string[] | undefined;
|
|
2111
2162
|
} | undefined;
|
|
2112
|
-
typedoc?: string |
|
|
2163
|
+
typedoc?: string | boolean | string[] | {
|
|
2113
2164
|
config?: string | string[] | undefined;
|
|
2114
2165
|
entry?: string | string[] | undefined;
|
|
2115
2166
|
project?: string | string[] | undefined;
|
|
2116
2167
|
} | undefined;
|
|
2117
|
-
typescript?: string |
|
|
2168
|
+
typescript?: string | boolean | string[] | {
|
|
2118
2169
|
config?: string | string[] | undefined;
|
|
2119
2170
|
entry?: string | string[] | undefined;
|
|
2120
2171
|
project?: string | string[] | undefined;
|
|
2121
2172
|
} | undefined;
|
|
2122
|
-
vite?: string |
|
|
2173
|
+
vite?: string | boolean | string[] | {
|
|
2123
2174
|
config?: string | string[] | undefined;
|
|
2124
2175
|
entry?: string | string[] | undefined;
|
|
2125
2176
|
project?: string | string[] | undefined;
|
|
2126
2177
|
} | undefined;
|
|
2127
|
-
vitest?: string |
|
|
2178
|
+
vitest?: string | boolean | string[] | {
|
|
2128
2179
|
config?: string | string[] | undefined;
|
|
2129
2180
|
entry?: string | string[] | undefined;
|
|
2130
2181
|
project?: string | string[] | undefined;
|
|
2131
2182
|
} | undefined;
|
|
2132
|
-
webpack?: string |
|
|
2183
|
+
webpack?: string | boolean | string[] | {
|
|
2133
2184
|
config?: string | string[] | undefined;
|
|
2134
2185
|
entry?: string | string[] | undefined;
|
|
2135
2186
|
project?: string | string[] | undefined;
|
|
2136
2187
|
} | undefined;
|
|
2137
2188
|
}> | undefined;
|
|
2138
|
-
angular?: string |
|
|
2189
|
+
angular?: string | boolean | string[] | {
|
|
2190
|
+
config?: string | string[] | undefined;
|
|
2191
|
+
entry?: string | string[] | undefined;
|
|
2192
|
+
project?: string | string[] | undefined;
|
|
2193
|
+
} | undefined;
|
|
2194
|
+
ava?: string | boolean | string[] | {
|
|
2139
2195
|
config?: string | string[] | undefined;
|
|
2140
2196
|
entry?: string | string[] | undefined;
|
|
2141
2197
|
project?: string | string[] | undefined;
|
|
2142
2198
|
} | undefined;
|
|
2143
|
-
|
|
2199
|
+
babel?: string | boolean | string[] | {
|
|
2144
2200
|
config?: string | string[] | undefined;
|
|
2145
2201
|
entry?: string | string[] | undefined;
|
|
2146
2202
|
project?: string | string[] | undefined;
|
|
2147
2203
|
} | undefined;
|
|
2148
|
-
|
|
2204
|
+
capacitor?: string | boolean | string[] | {
|
|
2149
2205
|
config?: string | string[] | undefined;
|
|
2150
2206
|
entry?: string | string[] | undefined;
|
|
2151
2207
|
project?: string | string[] | undefined;
|
|
2152
2208
|
} | undefined;
|
|
2153
|
-
|
|
2209
|
+
changesets?: string | boolean | string[] | {
|
|
2154
2210
|
config?: string | string[] | undefined;
|
|
2155
2211
|
entry?: string | string[] | undefined;
|
|
2156
2212
|
project?: string | string[] | undefined;
|
|
2157
2213
|
} | undefined;
|
|
2158
|
-
|
|
2214
|
+
commitizen?: string | boolean | string[] | {
|
|
2159
2215
|
config?: string | string[] | undefined;
|
|
2160
2216
|
entry?: string | string[] | undefined;
|
|
2161
2217
|
project?: string | string[] | undefined;
|
|
2162
2218
|
} | undefined;
|
|
2163
|
-
|
|
2219
|
+
commitlint?: string | boolean | string[] | {
|
|
2164
2220
|
config?: string | string[] | undefined;
|
|
2165
2221
|
entry?: string | string[] | undefined;
|
|
2166
2222
|
project?: string | string[] | undefined;
|
|
2167
2223
|
} | undefined;
|
|
2168
|
-
|
|
2224
|
+
cspell?: string | boolean | string[] | {
|
|
2169
2225
|
config?: string | string[] | undefined;
|
|
2170
2226
|
entry?: string | string[] | undefined;
|
|
2171
2227
|
project?: string | string[] | undefined;
|
|
2172
2228
|
} | undefined;
|
|
2173
|
-
|
|
2229
|
+
cypress?: string | boolean | string[] | {
|
|
2174
2230
|
config?: string | string[] | undefined;
|
|
2175
2231
|
entry?: string | string[] | undefined;
|
|
2176
2232
|
project?: string | string[] | undefined;
|
|
2177
2233
|
} | undefined;
|
|
2178
|
-
|
|
2234
|
+
eslint?: string | boolean | string[] | {
|
|
2179
2235
|
config?: string | string[] | undefined;
|
|
2180
2236
|
entry?: string | string[] | undefined;
|
|
2181
2237
|
project?: string | string[] | undefined;
|
|
2182
2238
|
} | undefined;
|
|
2183
|
-
|
|
2239
|
+
gatsby?: string | boolean | string[] | {
|
|
2184
2240
|
config?: string | string[] | undefined;
|
|
2185
2241
|
entry?: string | string[] | undefined;
|
|
2186
2242
|
project?: string | string[] | undefined;
|
|
2187
2243
|
} | undefined;
|
|
2188
|
-
|
|
2244
|
+
'github-actions'?: string | boolean | string[] | {
|
|
2189
2245
|
config?: string | string[] | undefined;
|
|
2190
2246
|
entry?: string | string[] | undefined;
|
|
2191
2247
|
project?: string | string[] | undefined;
|
|
2192
2248
|
} | undefined;
|
|
2193
|
-
|
|
2249
|
+
husky?: string | boolean | string[] | {
|
|
2194
2250
|
config?: string | string[] | undefined;
|
|
2195
2251
|
entry?: string | string[] | undefined;
|
|
2196
2252
|
project?: string | string[] | undefined;
|
|
2197
2253
|
} | undefined;
|
|
2198
|
-
|
|
2254
|
+
jest?: string | boolean | string[] | {
|
|
2199
2255
|
config?: string | string[] | undefined;
|
|
2200
2256
|
entry?: string | string[] | undefined;
|
|
2201
2257
|
project?: string | string[] | undefined;
|
|
2202
2258
|
} | undefined;
|
|
2203
|
-
|
|
2259
|
+
lefthook?: string | boolean | string[] | {
|
|
2204
2260
|
config?: string | string[] | undefined;
|
|
2205
2261
|
entry?: string | string[] | undefined;
|
|
2206
2262
|
project?: string | string[] | undefined;
|
|
2207
2263
|
} | undefined;
|
|
2208
|
-
|
|
2264
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
2209
2265
|
config?: string | string[] | undefined;
|
|
2210
2266
|
entry?: string | string[] | undefined;
|
|
2211
2267
|
project?: string | string[] | undefined;
|
|
2212
2268
|
} | undefined;
|
|
2213
|
-
|
|
2269
|
+
markdownlint?: string | boolean | string[] | {
|
|
2214
2270
|
config?: string | string[] | undefined;
|
|
2215
2271
|
entry?: string | string[] | undefined;
|
|
2216
2272
|
project?: string | string[] | undefined;
|
|
2217
2273
|
} | undefined;
|
|
2218
|
-
|
|
2274
|
+
mocha?: string | boolean | string[] | {
|
|
2219
2275
|
config?: string | string[] | undefined;
|
|
2220
2276
|
entry?: string | string[] | undefined;
|
|
2221
2277
|
project?: string | string[] | undefined;
|
|
2222
2278
|
} | undefined;
|
|
2223
|
-
|
|
2279
|
+
next?: string | boolean | string[] | {
|
|
2224
2280
|
config?: string | string[] | undefined;
|
|
2225
2281
|
entry?: string | string[] | undefined;
|
|
2226
2282
|
project?: string | string[] | undefined;
|
|
2227
2283
|
} | undefined;
|
|
2228
|
-
|
|
2284
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
2229
2285
|
config?: string | string[] | undefined;
|
|
2230
2286
|
entry?: string | string[] | undefined;
|
|
2231
2287
|
project?: string | string[] | undefined;
|
|
2232
2288
|
} | undefined;
|
|
2233
|
-
'npm-package-json-lint'?: string |
|
|
2289
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
2234
2290
|
config?: string | string[] | undefined;
|
|
2235
2291
|
entry?: string | string[] | undefined;
|
|
2236
2292
|
project?: string | string[] | undefined;
|
|
2237
2293
|
} | undefined;
|
|
2238
|
-
nx?: string |
|
|
2294
|
+
nx?: string | boolean | string[] | {
|
|
2239
2295
|
config?: string | string[] | undefined;
|
|
2240
2296
|
entry?: string | string[] | undefined;
|
|
2241
2297
|
project?: string | string[] | undefined;
|
|
2242
2298
|
} | undefined;
|
|
2243
|
-
nyc?: string |
|
|
2299
|
+
nyc?: string | boolean | string[] | {
|
|
2244
2300
|
config?: string | string[] | undefined;
|
|
2245
2301
|
entry?: string | string[] | undefined;
|
|
2246
2302
|
project?: string | string[] | undefined;
|
|
2247
2303
|
} | undefined;
|
|
2248
|
-
playwright?: string |
|
|
2304
|
+
playwright?: string | boolean | string[] | {
|
|
2249
2305
|
config?: string | string[] | undefined;
|
|
2250
2306
|
entry?: string | string[] | undefined;
|
|
2251
2307
|
project?: string | string[] | undefined;
|
|
2252
2308
|
} | undefined;
|
|
2253
|
-
postcss?: string |
|
|
2309
|
+
postcss?: string | boolean | string[] | {
|
|
2254
2310
|
config?: string | string[] | undefined;
|
|
2255
2311
|
entry?: string | string[] | undefined;
|
|
2256
2312
|
project?: string | string[] | undefined;
|
|
2257
2313
|
} | undefined;
|
|
2258
|
-
prettier?: string |
|
|
2314
|
+
prettier?: string | boolean | string[] | {
|
|
2259
2315
|
config?: string | string[] | undefined;
|
|
2260
2316
|
entry?: string | string[] | undefined;
|
|
2261
2317
|
project?: string | string[] | undefined;
|
|
2262
2318
|
} | undefined;
|
|
2263
|
-
'release-it'?: string |
|
|
2319
|
+
'release-it'?: string | boolean | string[] | {
|
|
2264
2320
|
config?: string | string[] | undefined;
|
|
2265
2321
|
entry?: string | string[] | undefined;
|
|
2266
2322
|
project?: string | string[] | undefined;
|
|
2267
2323
|
} | undefined;
|
|
2268
|
-
remark?: string |
|
|
2324
|
+
remark?: string | boolean | string[] | {
|
|
2269
2325
|
config?: string | string[] | undefined;
|
|
2270
2326
|
entry?: string | string[] | undefined;
|
|
2271
2327
|
project?: string | string[] | undefined;
|
|
2272
2328
|
} | undefined;
|
|
2273
|
-
remix?: string |
|
|
2329
|
+
remix?: string | boolean | string[] | {
|
|
2274
2330
|
config?: string | string[] | undefined;
|
|
2275
2331
|
entry?: string | string[] | undefined;
|
|
2276
2332
|
project?: string | string[] | undefined;
|
|
2277
2333
|
} | undefined;
|
|
2278
|
-
rollup?: string |
|
|
2334
|
+
rollup?: string | boolean | string[] | {
|
|
2279
2335
|
config?: string | string[] | undefined;
|
|
2280
2336
|
entry?: string | string[] | undefined;
|
|
2281
2337
|
project?: string | string[] | undefined;
|
|
2282
2338
|
} | undefined;
|
|
2283
|
-
'semantic-release'?: string |
|
|
2339
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
2284
2340
|
config?: string | string[] | undefined;
|
|
2285
2341
|
entry?: string | string[] | undefined;
|
|
2286
2342
|
project?: string | string[] | undefined;
|
|
2287
2343
|
} | undefined;
|
|
2288
|
-
sentry?: string |
|
|
2344
|
+
sentry?: string | boolean | string[] | {
|
|
2289
2345
|
config?: string | string[] | undefined;
|
|
2290
2346
|
entry?: string | string[] | undefined;
|
|
2291
2347
|
project?: string | string[] | undefined;
|
|
2292
2348
|
} | undefined;
|
|
2293
|
-
storybook?: string |
|
|
2349
|
+
storybook?: string | boolean | string[] | {
|
|
2294
2350
|
config?: string | string[] | undefined;
|
|
2295
2351
|
entry?: string | string[] | undefined;
|
|
2296
2352
|
project?: string | string[] | undefined;
|
|
2297
2353
|
} | undefined;
|
|
2298
|
-
stryker?: string |
|
|
2354
|
+
stryker?: string | boolean | string[] | {
|
|
2299
2355
|
config?: string | string[] | undefined;
|
|
2300
2356
|
entry?: string | string[] | undefined;
|
|
2301
2357
|
project?: string | string[] | undefined;
|
|
2302
2358
|
} | undefined;
|
|
2303
|
-
stylelint?: string |
|
|
2359
|
+
stylelint?: string | boolean | string[] | {
|
|
2304
2360
|
config?: string | string[] | undefined;
|
|
2305
2361
|
entry?: string | string[] | undefined;
|
|
2306
2362
|
project?: string | string[] | undefined;
|
|
2307
2363
|
} | undefined;
|
|
2308
|
-
tailwind?: string |
|
|
2364
|
+
tailwind?: string | boolean | string[] | {
|
|
2309
2365
|
config?: string | string[] | undefined;
|
|
2310
2366
|
entry?: string | string[] | undefined;
|
|
2311
2367
|
project?: string | string[] | undefined;
|
|
2312
2368
|
} | undefined;
|
|
2313
|
-
typedoc?: string |
|
|
2369
|
+
typedoc?: string | boolean | string[] | {
|
|
2314
2370
|
config?: string | string[] | undefined;
|
|
2315
2371
|
entry?: string | string[] | undefined;
|
|
2316
2372
|
project?: string | string[] | undefined;
|
|
2317
2373
|
} | undefined;
|
|
2318
|
-
typescript?: string |
|
|
2374
|
+
typescript?: string | boolean | string[] | {
|
|
2319
2375
|
config?: string | string[] | undefined;
|
|
2320
2376
|
entry?: string | string[] | undefined;
|
|
2321
2377
|
project?: string | string[] | undefined;
|
|
2322
2378
|
} | undefined;
|
|
2323
|
-
vite?: string |
|
|
2379
|
+
vite?: string | boolean | string[] | {
|
|
2324
2380
|
config?: string | string[] | undefined;
|
|
2325
2381
|
entry?: string | string[] | undefined;
|
|
2326
2382
|
project?: string | string[] | undefined;
|
|
2327
2383
|
} | undefined;
|
|
2328
|
-
vitest?: string |
|
|
2384
|
+
vitest?: string | boolean | string[] | {
|
|
2329
2385
|
config?: string | string[] | undefined;
|
|
2330
2386
|
entry?: string | string[] | undefined;
|
|
2331
2387
|
project?: string | string[] | undefined;
|
|
2332
2388
|
} | undefined;
|
|
2333
|
-
webpack?: string |
|
|
2389
|
+
webpack?: string | boolean | string[] | {
|
|
2334
2390
|
config?: string | string[] | undefined;
|
|
2335
2391
|
entry?: string | string[] | undefined;
|
|
2336
2392
|
project?: string | string[] | undefined;
|