knip 2.0.0-beta.1 → 2.0.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 +114 -64
- package/dist/binaries/resolvers/fallback.js +6 -5
- package/dist/binaries/resolvers/index.d.ts +1 -0
- package/dist/binaries/resolvers/index.js +1 -0
- package/dist/binaries/resolvers/node.d.ts +0 -1
- package/dist/binaries/resolvers/node.js +1 -15
- package/dist/binaries/resolvers/rollup.js +10 -0
- package/dist/binaries/resolvers/util.d.ts +2 -0
- package/dist/binaries/resolvers/util.js +15 -0
- package/dist/cli.js +0 -0
- package/dist/configuration-chief.js +3 -5
- package/dist/configuration-validator.d.ts +400 -8
- package/dist/configuration-validator.js +7 -0
- package/dist/plugins/eslint/helpers.js +9 -9
- package/dist/plugins/index.d.ts +1 -0
- package/dist/plugins/index.js +1 -0
- package/dist/plugins/tailwind/index.d.ts +5 -0
- package/dist/plugins/tailwind/index.js +5 -0
- package/dist/project-principal.js +0 -2
- package/dist/types/ast.d.ts +1 -1
- package/dist/types/issues.d.ts +9 -1
- package/dist/types/issues.js +10 -1
- package/dist/typescript/ast-walker.js +17 -16
- package/dist/typescript/resolveModuleNames.js +0 -4
- package/dist/util/cli-arguments.d.ts +1 -2
- package/dist/util/cli-arguments.js +1 -3
- package/dist/util/compilers.d.ts +72 -2
- package/dist/util/performance.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/workspace-worker.d.ts +1 -1
- package/package.json +12 -10
- package/schema.json +4 -0
- package/dist/commonjs.test.d.ts +0 -1
- package/dist/commonjs.test.js +0 -29
- package/dist/compilers.test.d.ts +0 -1
- package/dist/compilers.test.js +0 -18
- package/dist/definitely-typed.test.d.ts +0 -1
- package/dist/definitely-typed.test.js +0 -35
- package/dist/dependencies.test.d.ts +0 -1
- package/dist/dependencies.test.js +0 -76
- package/dist/entry-js.test.d.ts +0 -1
- package/dist/entry-js.test.js +0 -38
- package/dist/exports.test.d.ts +0 -1
- package/dist/exports.test.js +0 -48
- package/dist/fixtures/binaries/dir/index.d.ts +0 -1
- package/dist/fixtures/binaries/dir/index.js +0 -1
- package/dist/fixtures/binaries/main.d.ts +0 -1
- package/dist/fixtures/binaries/main.js +0 -1
- package/dist/fixtures/binaries/require.d.ts +0 -1
- package/dist/fixtures/binaries/require.js +0 -1
- package/dist/fixtures/binaries/script.d.ts +0 -1
- package/dist/fixtures/binaries/script.js +0 -1
- package/dist/fixtures/commonjs/dir/mod.d.ts +0 -1
- package/dist/fixtures/commonjs/dir/mod.js +0 -5
- package/dist/fixtures/commonjs/dir/mod1.d.ts +0 -7
- package/dist/fixtures/commonjs/dir/mod1.js +0 -5
- package/dist/fixtures/commonjs/dir/mod2.d.ts +0 -4
- package/dist/fixtures/commonjs/dir/mod2.js +0 -4
- package/dist/fixtures/commonjs/dir/mod3.d.ts +0 -2
- package/dist/fixtures/commonjs/dir/mod3.js +0 -4
- package/dist/fixtures/commonjs/export-is.d.ts +0 -2
- package/dist/fixtures/commonjs/export-is.js +0 -2
- package/dist/fixtures/commonjs/index.d.ts +0 -1
- package/dist/fixtures/commonjs/index.js +0 -31
- package/dist/fixtures/commonjs/odd.d.ts +0 -1
- package/dist/fixtures/commonjs/odd.js +0 -7
- package/dist/fixtures/compilers/component.d.ts +0 -2
- package/dist/fixtures/compilers/component.jsx +0 -1
- package/dist/fixtures/compilers/index.d.ts +0 -1
- package/dist/fixtures/compilers/index.js +0 -1
- package/dist/fixtures/compilers/knip.d.ts +0 -0
- package/dist/fixtures/compilers/knip.js +0 -7
- package/dist/fixtures/definitely-typed/index.d.ts +0 -1
- package/dist/fixtures/definitely-typed/index.js +0 -1
- package/dist/fixtures/dependencies/entry.d.ts +0 -1
- package/dist/fixtures/dependencies/entry.js +0 -6
- package/dist/fixtures/dependencies/my-module.d.ts +0 -3
- package/dist/fixtures/dependencies/my-module.js +0 -6
- package/dist/fixtures/dependencies/unused-module.d.ts +0 -1
- package/dist/fixtures/dependencies/unused-module.js +0 -6
- package/dist/fixtures/entry-js/dangling.d.ts +0 -1
- package/dist/fixtures/entry-js/dangling.js +0 -1
- package/dist/fixtures/entry-js/index.d.ts +0 -1
- package/dist/fixtures/entry-js/index.js +0 -2
- package/dist/fixtures/entry-js/my-module.d.ts +0 -4
- package/dist/fixtures/entry-js/my-module.js +0 -6
- package/dist/fixtures/entry-js/my-namespace.d.ts +0 -5
- package/dist/fixtures/entry-js/my-namespace.js +0 -3
- package/dist/fixtures/exports/dangling.d.ts +0 -1
- package/dist/fixtures/exports/dangling.js +0 -1
- package/dist/fixtures/exports/default-arrow-function.d.ts +0 -2
- package/dist/fixtures/exports/default-arrow-function.js +0 -1
- package/dist/fixtures/exports/default-class.d.ts +0 -2
- package/dist/fixtures/exports/default-class.js +0 -2
- package/dist/fixtures/exports/default-function.d.ts +0 -1
- package/dist/fixtures/exports/default-function.js +0 -1
- package/dist/fixtures/exports/default-generator-function.d.ts +0 -1
- package/dist/fixtures/exports/default-generator-function.js +0 -1
- package/dist/fixtures/exports/default-named-class.d.ts +0 -2
- package/dist/fixtures/exports/default-named-class.js +0 -2
- package/dist/fixtures/exports/default-named-function.d.ts +0 -1
- package/dist/fixtures/exports/default-named-function.js +0 -1
- package/dist/fixtures/exports/default-named-generator-function.d.ts +0 -1
- package/dist/fixtures/exports/default-named-generator-function.js +0 -1
- package/dist/fixtures/exports/default.d.ts +0 -3
- package/dist/fixtures/exports/default.js +0 -2
- package/dist/fixtures/exports/dynamic-import.d.ts +0 -4
- package/dist/fixtures/exports/dynamic-import.js +0 -3
- package/dist/fixtures/exports/index.d.ts +0 -2
- package/dist/fixtures/exports/index.js +0 -6
- package/dist/fixtures/exports/my-module.d.ts +0 -5
- package/dist/fixtures/exports/my-module.js +0 -7
- package/dist/fixtures/exports/my-namespace.d.ts +0 -5
- package/dist/fixtures/exports/my-namespace.js +0 -3
- package/dist/fixtures/exports/named.d.ts +0 -11
- package/dist/fixtures/exports/named.js +0 -11
- package/dist/fixtures/exports/types.d.ts +0 -9
- package/dist/fixtures/exports/types.js +0 -3
- package/dist/fixtures/gitignore/packages/a/build/dist.d.ts +0 -2
- package/dist/fixtures/gitignore/packages/a/build/dist.js +0 -1
- package/dist/fixtures/gitignore/packages/a/dist.d.ts +0 -1
- package/dist/fixtures/gitignore/packages/a/dist.js +0 -1
- package/dist/fixtures/gitignore/packages/a/index.d.ts +0 -1
- package/dist/fixtures/gitignore/packages/a/index.js +0 -1
- package/dist/fixtures/imports/dir/import-b.d.ts +0 -2
- package/dist/fixtures/imports/dir/import-b.js +0 -1
- package/dist/fixtures/imports/dir/mod.d.ts +0 -1
- package/dist/fixtures/imports/dir/mod.js +0 -1
- package/dist/fixtures/imports/index.d.ts +0 -1
- package/dist/fixtures/imports/index.js +0 -35
- package/dist/fixtures/js-only/dangling.d.ts +0 -1
- package/dist/fixtures/js-only/dangling.js +0 -1
- package/dist/fixtures/js-only/index.d.ts +0 -1
- package/dist/fixtures/js-only/index.js +0 -2
- package/dist/fixtures/js-only/my-namespace.d.ts +0 -3
- package/dist/fixtures/js-only/my-namespace.js +0 -3
- package/dist/fixtures/jsdoc/index.d.ts +0 -4
- package/dist/fixtures/jsdoc/index.js +0 -8
- package/dist/fixtures/members/index.d.ts +0 -1
- package/dist/fixtures/members/index.js +0 -16
- package/dist/fixtures/members/members.d.ts +0 -23
- package/dist/fixtures/members/members.js +0 -38
- package/dist/fixtures/namespace/index.d.ts +0 -1
- package/dist/fixtures/namespace/index.js +0 -5
- package/dist/fixtures/namespace/namespace.d.ts +0 -3
- package/dist/fixtures/namespace/namespace.js +0 -3
- package/dist/fixtures/namespace/re-exported-module.d.ts +0 -2
- package/dist/fixtures/namespace/re-exported-module.js +0 -2
- package/dist/fixtures/pathless/src/dir/module-a.d.ts +0 -2
- package/dist/fixtures/pathless/src/dir/module-a.js +0 -1
- package/dist/fixtures/pathless/src/index.d.ts +0 -2
- package/dist/fixtures/pathless/src/index.js +0 -2
- package/dist/fixtures/pathless/src/same.d.ts +0 -2
- package/dist/fixtures/pathless/src/same.js +0 -1
- package/dist/fixtures/paths-knip-config/abc/main.d.ts +0 -0
- package/dist/fixtures/paths-knip-config/abc/main.js +0 -1
- package/dist/fixtures/paths-knip-config/index.d.ts +0 -1
- package/dist/fixtures/paths-knip-config/index.js +0 -1
- package/dist/fixtures/paths-knip-config/knip.d.ts +0 -3
- package/dist/fixtures/paths-knip-config/knip.js +0 -9
- package/dist/fixtures/paths-knip-config/lib/fn.d.ts +0 -2
- package/dist/fixtures/paths-knip-config/lib/fn.js +0 -1
- package/dist/fixtures/paths-knip-config/lib/index.d.ts +0 -2
- package/dist/fixtures/paths-knip-config/lib/index.js +0 -1
- package/dist/fixtures/paths-knip-config/my-module.d.ts +0 -2
- package/dist/fixtures/paths-knip-config/my-module.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/index.d.ts +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/index.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/lib/fn.d.ts +0 -2
- package/dist/fixtures/paths-knip-config-workspaces/lib/fn.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/lib/index.d.ts +0 -2
- package/dist/fixtures/paths-knip-config-workspaces/lib/index.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/my-module.d.ts +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/my-module.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/ws/index.d.ts +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/ws/index.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/ws/lib/main.d.ts +0 -0
- package/dist/fixtures/paths-knip-config-workspaces/ws/lib/main.js +0 -1
- package/dist/fixtures/paths-knip-config-workspaces/ws/util/lang.d.ts +0 -2
- package/dist/fixtures/paths-knip-config-workspaces/ws/util/lang.js +0 -1
- package/dist/fixtures/peer-dependencies/index.d.ts +0 -1
- package/dist/fixtures/peer-dependencies/index.js +0 -1
- package/dist/fixtures/plugins/ava/ava.config.d.mts +0 -13
- package/dist/fixtures/plugins/ava/ava.config.mjs +0 -13
- package/dist/fixtures/plugins/babel/babel.config.d.ts +0 -14
- package/dist/fixtures/plugins/babel/babel.config.js +0 -47
- package/dist/fixtures/plugins/capacitor/capacitor.config.d.ts +0 -3
- package/dist/fixtures/plugins/capacitor/capacitor.config.js +0 -15
- package/dist/fixtures/plugins/commitlint/commitlint.config.d.ts +0 -2
- package/dist/fixtures/plugins/commitlint/commitlint.config.js +0 -2
- package/dist/fixtures/plugins/cypress/cypress/support/commands.d.ts +0 -1
- package/dist/fixtures/plugins/cypress/cypress/support/commands.js +0 -5
- package/dist/fixtures/plugins/cypress/cypress/support/e2e.d.ts +0 -2
- package/dist/fixtures/plugins/cypress/cypress/support/e2e.js +0 -2
- package/dist/fixtures/plugins/cypress/cypress.config.d.ts +0 -2
- package/dist/fixtures/plugins/cypress/cypress.config.js +0 -9
- package/dist/fixtures/plugins/eslint/eslint.config.d.ts +0 -7
- package/dist/fixtures/plugins/eslint/eslint.config.js +0 -11
- package/dist/fixtures/plugins/eslint/index.d.ts +0 -1
- package/dist/fixtures/plugins/eslint/index.js +0 -1
- package/dist/fixtures/plugins/gatsby/gatsby-config.d.ts +0 -17
- package/dist/fixtures/plugins/gatsby/gatsby-config.js +0 -40
- package/dist/fixtures/plugins/gatsby/gatsby-node.d.ts +0 -3
- package/dist/fixtures/plugins/gatsby/gatsby-node.js +0 -15
- package/dist/fixtures/plugins/github-actions/comment.d.ts +0 -0
- package/dist/fixtures/plugins/github-actions/comment.js +0 -1
- package/dist/fixtures/plugins/github-actions/scripts/check-dependencies.d.ts +0 -0
- package/dist/fixtures/plugins/github-actions/scripts/check-dependencies.js +0 -1
- package/dist/fixtures/plugins/jest/jest.config.d.ts +0 -2
- package/dist/fixtures/plugins/jest/jest.config.js +0 -7
- package/dist/fixtures/plugins/jest/jest.config.shared.d.ts +0 -2
- package/dist/fixtures/plugins/jest/jest.config.shared.js +0 -15
- package/dist/fixtures/plugins/jest/jest.setup.d.ts +0 -1
- package/dist/fixtures/plugins/jest/jest.setup.js +0 -1
- package/dist/fixtures/plugins/jest/jest.transform.d.ts +0 -1
- package/dist/fixtures/plugins/jest/jest.transform.js +0 -2
- package/dist/fixtures/plugins/lefthook/example.d.mts +0 -2
- package/dist/fixtures/plugins/lefthook/example.mjs +0 -1
- package/dist/fixtures/plugins/next/next.config.d.ts +0 -2
- package/dist/fixtures/plugins/next/next.config.js +0 -9
- package/dist/fixtures/plugins/next/pages/[[...route]].d.ts +0 -3
- package/dist/fixtures/plugins/next/pages/[[...route]].jsx +0 -3
- package/dist/fixtures/plugins/next/pages/page.d.ts +0 -3
- package/dist/fixtures/plugins/next/pages/page.jsx +0 -3
- package/dist/fixtures/plugins/playwright/playwright.config.d.ts +0 -3
- package/dist/fixtures/plugins/playwright/playwright.config.js +0 -10
- package/dist/fixtures/plugins/playwright/test/some.spec.d.ts +0 -1
- package/dist/fixtures/plugins/playwright/test/some.spec.js +0 -6
- package/dist/fixtures/plugins/postcss/postcss.config.d.ts +0 -1
- package/dist/fixtures/plugins/postcss/postcss.config.js +0 -4
- package/dist/fixtures/plugins/remix/app/entry.client.d.ts +0 -1
- package/dist/fixtures/plugins/remix/app/entry.client.jsx +0 -11
- package/dist/fixtures/plugins/remix/app/entry.server.jsx +0 -3
- package/dist/fixtures/plugins/remix/app/root.d.ts +0 -5
- package/dist/fixtures/plugins/remix/app/root.jsx +0 -31
- package/dist/fixtures/plugins/remix/app/routes/index.d.ts +0 -1
- package/dist/fixtures/plugins/remix/app/routes/index.jsx +0 -8
- package/dist/fixtures/plugins/remix/app/utils.d.ts +0 -1
- package/dist/fixtures/plugins/remix/app/utils.js +0 -1
- package/dist/fixtures/plugins/remix/remix.config.d.ts +0 -2
- package/dist/fixtures/plugins/remix/remix.config.js +0 -5
- package/dist/fixtures/plugins/remix/remix.init/index.d.ts +0 -4
- package/dist/fixtures/plugins/remix/remix.init/index.js +0 -4
- package/dist/fixtures/plugins/remix/server.d.ts +0 -0
- package/dist/fixtures/plugins/remix/server.js +0 -1
- package/dist/fixtures/plugins/rollup/rollup.config.d.ts +0 -16
- package/dist/fixtures/plugins/rollup/rollup.config.js +0 -26
- package/dist/fixtures/plugins/sentry/sentry.client.config.d.ts +0 -1
- package/dist/fixtures/plugins/sentry/sentry.client.config.js +0 -6
- package/dist/fixtures/plugins/sentry/sentry.server.config.d.ts +0 -1
- package/dist/fixtures/plugins/sentry/sentry.server.config.js +0 -1
- package/dist/fixtures/plugins/storybook/addon/register.d.ts +0 -0
- package/dist/fixtures/plugins/storybook/addon/register.js +0 -1
- package/dist/fixtures/plugins/storybook/main.d.ts +0 -10
- package/dist/fixtures/plugins/storybook/main.js +0 -38
- package/dist/fixtures/plugins/storybook/preview.d.ts +0 -13
- package/dist/fixtures/plugins/storybook/preview.js +0 -14
- package/dist/fixtures/plugins/stryker/stryker.conf.cjs +0 -6
- package/dist/fixtures/plugins/stryker/stryker.conf.d.cts +0 -3
- package/dist/fixtures/plugins/stryker/stryker.conf.d.mts +0 -6
- package/dist/fixtures/plugins/stryker/stryker.conf.mjs +0 -6
- package/dist/fixtures/plugins/svelte/knip.d.ts +0 -11
- package/dist/fixtures/plugins/svelte/knip.js +0 -10
- package/dist/fixtures/plugins/svelte/src/routes/+page.d.ts +0 -1
- package/dist/fixtures/plugins/svelte/src/routes/+page.js +0 -1
- package/dist/fixtures/plugins/svelte/svelte.config.d.ts +0 -2
- package/dist/fixtures/plugins/svelte/svelte.config.js +0 -9
- package/dist/fixtures/plugins/svelte/vite.config.d.ts +0 -2
- package/dist/fixtures/plugins/svelte/vite.config.js +0 -5
- package/dist/fixtures/plugins/vitest/test/basic.spec.d.ts +0 -1
- package/dist/fixtures/plugins/vitest/test/basic.spec.js +0 -8
- package/dist/fixtures/plugins/vitest/vite.config.d.ts +0 -2
- package/dist/fixtures/plugins/vitest/vite.config.js +0 -10
- package/dist/fixtures/plugins/vitest/vitest.config.d.ts +0 -2
- package/dist/fixtures/plugins/vitest/vitest.config.js +0 -10
- package/dist/fixtures/plugins/webpack/merge.d.ts +0 -2
- package/dist/fixtures/plugins/webpack/merge.js +0 -9
- package/dist/fixtures/plugins/webpack/src/app-dep.d.ts +0 -2
- package/dist/fixtures/plugins/webpack/src/app-dep.js +0 -1
- package/dist/fixtures/plugins/webpack/src/app.d.ts +0 -1
- package/dist/fixtures/plugins/webpack/src/app.js +0 -1
- package/dist/fixtures/plugins/webpack/src/entry.d.ts +0 -0
- package/dist/fixtures/plugins/webpack/src/entry.js +0 -1
- package/dist/fixtures/plugins/webpack/src/unused.d.ts +0 -0
- package/dist/fixtures/plugins/webpack/src/unused.js +0 -1
- package/dist/fixtures/plugins/webpack/src/vendor.d.ts +0 -0
- package/dist/fixtures/plugins/webpack/src/vendor.js +0 -1
- package/dist/fixtures/plugins/webpack/webpack.common.d.ts +0 -65
- package/dist/fixtures/plugins/webpack/webpack.common.js +0 -81
- package/dist/fixtures/plugins/webpack/webpack.config.d.ts +0 -2
- package/dist/fixtures/plugins/webpack/webpack.config.js +0 -4
- package/dist/fixtures/plugins/webpack/webpack.dev.d.ts +0 -2
- package/dist/fixtures/plugins/webpack/webpack.dev.js +0 -19
- package/dist/fixtures/plugins/webpack/webpack.prod.d.ts +0 -2
- package/dist/fixtures/plugins/webpack/webpack.prod.js +0 -16
- package/dist/fixtures/re-exports/barrel.d.ts +0 -1
- package/dist/fixtures/re-exports/barrel.js +0 -1
- package/dist/fixtures/re-exports/entry.d.ts +0 -1
- package/dist/fixtures/re-exports/entry.js +0 -2
- package/dist/fixtures/re-exports/my-module.d.ts +0 -4
- package/dist/fixtures/re-exports/my-module.js +0 -6
- package/dist/fixtures/react/App.d.ts +0 -1
- package/dist/fixtures/react/App.jsx +0 -7
- package/dist/fixtures/react/Component.d.ts +0 -1
- package/dist/fixtures/react/Component.jsx +0 -4
- package/dist/fixtures/self-reference/entry.d.ts +0 -1
- package/dist/fixtures/self-reference/entry.js +0 -8
- package/dist/fixtures/self-reference/lib/module.d.ts +0 -2
- package/dist/fixtures/self-reference/lib/module.js +0 -1
- package/dist/fixtures/self-reference/out/entry.d.ts +0 -1
- package/dist/fixtures/self-reference/out/entry.js +0 -11
- package/dist/fixtures/self-reference/out/lib/module.d.mts +0 -3
- package/dist/fixtures/self-reference/out/lib/module.mjs +0 -4
- package/dist/fixtures/self-reference-from-plugin/entry.d.ts +0 -0
- package/dist/fixtures/self-reference-from-plugin/entry.js +0 -2
- package/dist/fixtures/self-reference-from-plugin/file.d.ts +0 -2
- package/dist/fixtures/self-reference-from-plugin/file.js +0 -1
- package/dist/fixtures/tsconfig-paths/aliased-dir/a.d.ts +0 -1
- package/dist/fixtures/tsconfig-paths/aliased-dir/a.js +0 -1
- package/dist/fixtures/tsconfig-paths/index.d.ts +0 -1
- package/dist/fixtures/tsconfig-paths/index.js +0 -6
- package/dist/fixtures/tsconfig-paths/internal-package/index.d.ts +0 -2
- package/dist/fixtures/tsconfig-paths/internal-package/index.js +0 -2
- package/dist/fixtures/tsconfig-paths/unprefixed/module.d.ts +0 -2
- package/dist/fixtures/tsconfig-paths/unprefixed/module.js +0 -2
- package/dist/fixtures/tsconfig-paths-extends/src/cli.d.ts +0 -1
- package/dist/fixtures/tsconfig-paths-extends/src/cli.js +0 -3
- package/dist/fixtures/tsconfig-paths-extends/src/index.d.ts +0 -3
- package/dist/fixtures/tsconfig-paths-extends/src/index.js +0 -3
- package/dist/fixtures/tsconfig-paths-extends/src/lib/main.d.ts +0 -2
- package/dist/fixtures/tsconfig-paths-extends/src/lib/main.js +0 -1
- package/dist/fixtures/tsconfig-paths-extends/src/util/index.d.ts +0 -2
- package/dist/fixtures/tsconfig-paths-extends/src/util/index.js +0 -1
- package/dist/fixtures/tsconfig-paths-implicit/src/hello/world.d.ts +0 -1
- package/dist/fixtures/tsconfig-paths-implicit/src/hello/world.js +0 -1
- package/dist/fixtures/tsconfig-paths-implicit/src/index.d.ts +0 -1
- package/dist/fixtures/tsconfig-paths-implicit/src/index.js +0 -2
- package/dist/fixtures/workspaces/apps/a/index.d.ts +0 -1
- package/dist/fixtures/workspaces/apps/a/index.js +0 -6
- package/dist/fixtures/workspaces/apps/b/index.d.ts +0 -1
- package/dist/fixtures/workspaces/apps/b/index.js +0 -4
- package/dist/fixtures/workspaces/docs/dangling.d.ts +0 -1
- package/dist/fixtures/workspaces/docs/dangling.js +0 -1
- package/dist/fixtures/workspaces/packages/lib-a/index.d.ts +0 -4
- package/dist/fixtures/workspaces/packages/lib-a/index.js +0 -3
- package/dist/fixtures/workspaces/packages/lib-b/ignored/index.d.ts +0 -0
- package/dist/fixtures/workspaces/packages/lib-b/ignored/index.js +0 -1
- package/dist/fixtures/workspaces/packages/lib-b/index.d.ts +0 -3
- package/dist/fixtures/workspaces/packages/lib-b/index.js +0 -2
- package/dist/fixtures/workspaces-nested/level-1-1/index.d.ts +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/index.js +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/index.spec.d.ts +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/index.spec.js +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/index.d.ts +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/index.js +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/index.spec.d.ts +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/index.spec.js +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/level-1-3/index.d.ts +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/level-1-3/index.js +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/level-1-3/index.spec.d.ts +0 -1
- package/dist/fixtures/workspaces-nested/level-1-1/level-1-2/level-1-3/index.spec.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-a/src/dir/module-a.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-a/src/dir/module-a.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-a/src/index.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-a/src/index.js +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-a/src/same.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-a/src/same.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-b/src/dir/module-b.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-b/src/dir/module-b.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-b/src/index.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-b/src/index.js +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-c/src/dir/module.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-c/src/dir/module.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-c/src/index.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-c/src/index.js +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-d/src/dir/module.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-d/src/dir/module.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-d/src/index.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-d/src/index.js +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-e/src/dir/module-e.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-e/src/dir/module-e.js +0 -1
- package/dist/fixtures/workspaces-paths/packages/lib-e/src/index.d.ts +0 -2
- package/dist/fixtures/workspaces-paths/packages/lib-e/src/index.js +0 -2
- package/dist/fixtures/workspaces-pnpm/apps/a/index.d.ts +0 -1
- package/dist/fixtures/workspaces-pnpm/apps/a/index.js +0 -6
- package/dist/fixtures/workspaces-pnpm/apps/b/index.d.ts +0 -1
- package/dist/fixtures/workspaces-pnpm/apps/b/index.js +0 -4
- package/dist/fixtures/workspaces-pnpm/docs/dangling.d.ts +0 -1
- package/dist/fixtures/workspaces-pnpm/docs/dangling.js +0 -1
- package/dist/fixtures/workspaces-pnpm/packages/lib-a/index.d.ts +0 -4
- package/dist/fixtures/workspaces-pnpm/packages/lib-a/index.js +0 -3
- package/dist/fixtures/workspaces-pnpm/packages/lib-b/index.d.ts +0 -3
- package/dist/fixtures/workspaces-pnpm/packages/lib-b/index.js +0 -2
- package/dist/fixtures/workspaces-self-reference/packages/self-reference/entry.d.ts +0 -1
- package/dist/fixtures/workspaces-self-reference/packages/self-reference/entry.js +0 -4
- package/dist/fixtures/workspaces-self-reference/packages/self-reference-from-plugin/entry.d.ts +0 -0
- package/dist/fixtures/workspaces-self-reference/packages/self-reference-from-plugin/entry.js +0 -2
- package/dist/fixtures/workspaces-self-reference/packages/self-reference-from-plugin/file.d.ts +0 -2
- package/dist/fixtures/workspaces-self-reference/packages/self-reference-from-plugin/file.js +0 -1
- package/dist/fixtures/zero-config/exclude.d.ts +0 -1
- package/dist/fixtures/zero-config/exclude.js +0 -1
- package/dist/fixtures/zero-config/index.d.ts +0 -1
- package/dist/fixtures/zero-config/index.js +0 -2
- package/dist/fixtures/zero-config/my-module.d.ts +0 -4
- package/dist/fixtures/zero-config/my-module.js +0 -6
- package/dist/fixtures/zero-config/my-namespace.d.ts +0 -5
- package/dist/fixtures/zero-config/my-namespace.js +0 -3
- package/dist/gitignore.test.d.ts +0 -1
- package/dist/gitignore.test.js +0 -22
- package/dist/helpers/baseArguments.d.ts +0 -8
- package/dist/helpers/baseArguments.js +0 -8
- package/dist/helpers/baseCounters.d.ts +0 -17
- package/dist/helpers/baseCounters.js +0 -7
- package/dist/helpers/index.d.ts +0 -2
- package/dist/helpers/index.js +0 -4
- package/dist/imports.test.d.ts +0 -1
- package/dist/imports.test.js +0 -39
- package/dist/js-only.test.d.ts +0 -1
- package/dist/js-only.test.js +0 -26
- package/dist/jsdoc.test.d.ts +0 -1
- package/dist/jsdoc.test.js +0 -21
- package/dist/members.test.d.ts +0 -1
- package/dist/members.test.js +0 -28
- package/dist/namespace.test.d.ts +0 -1
- package/dist/namespace.test.js +0 -18
- package/dist/npm-scripts.test.d.ts +0 -1
- package/dist/npm-scripts.test.js +0 -78
- package/dist/pathless.test.d.ts +0 -1
- package/dist/pathless.test.js +0 -14
- package/dist/paths-knip-config-workspaces.test.d.ts +0 -1
- package/dist/paths-knip-config-workspaces.test.js +0 -18
- package/dist/paths-knip-config.test.d.ts +0 -1
- package/dist/paths-knip-config.test.js +0 -18
- package/dist/peer-dependencies.test.d.ts +0 -1
- package/dist/peer-dependencies.test.js +0 -20
- package/dist/plugins/_template.test.d.ts +0 -1
- package/dist/plugins/_template.test.js +0 -12
- package/dist/plugins/ava.test.d.ts +0 -1
- package/dist/plugins/ava.test.js +0 -18
- package/dist/plugins/babel.test.d.ts +0 -1
- package/dist/plugins/babel.test.js +0 -62
- package/dist/plugins/capacitor.test.d.ts +0 -1
- package/dist/plugins/capacitor.test.js +0 -31
- package/dist/plugins/changesets.test.d.ts +0 -1
- package/dist/plugins/changesets.test.js +0 -12
- package/dist/plugins/commitlint.test.d.ts +0 -1
- package/dist/plugins/commitlint.test.js +0 -22
- package/dist/plugins/cspell.test.d.ts +0 -1
- package/dist/plugins/cspell.test.js +0 -10
- package/dist/plugins/cypress.test.d.ts +0 -1
- package/dist/plugins/cypress.test.js +0 -23
- package/dist/plugins/eslint.test.d.ts +0 -1
- package/dist/plugins/eslint.test.js +0 -43
- package/dist/plugins/gatsby.test.d.ts +0 -1
- package/dist/plugins/gatsby.test.js +0 -31
- package/dist/plugins/github-actions.test.d.ts +0 -1
- package/dist/plugins/github-actions.test.js +0 -25
- package/dist/plugins/husky.test.d.ts +0 -1
- package/dist/plugins/husky.test.js +0 -32
- package/dist/plugins/jest.test.d.ts +0 -1
- package/dist/plugins/jest.test.js +0 -18
- package/dist/plugins/lefthook.test.d.ts +0 -1
- package/dist/plugins/lefthook.test.js +0 -16
- package/dist/plugins/lint-staged.test.d.ts +0 -1
- package/dist/plugins/lint-staged.test.js +0 -18
- package/dist/plugins/markdownlint.test.d.ts +0 -1
- package/dist/plugins/markdownlint.test.js +0 -12
- package/dist/plugins/mocha.test.d.ts +0 -1
- package/dist/plugins/mocha.test.js +0 -22
- package/dist/plugins/next.test.d.ts +0 -1
- package/dist/plugins/next.test.js +0 -24
- package/dist/plugins/npm-package-json-lint.test.d.ts +0 -1
- package/dist/plugins/npm-package-json-lint.test.js +0 -12
- package/dist/plugins/nx.test.d.ts +0 -1
- package/dist/plugins/nx.test.js +0 -15
- package/dist/plugins/nyc.test.d.ts +0 -1
- package/dist/plugins/nyc.test.js +0 -10
- package/dist/plugins/playwright.test.d.ts +0 -1
- package/dist/plugins/playwright.test.js +0 -20
- package/dist/plugins/postcss.test.d.ts +0 -1
- package/dist/plugins/postcss.test.js +0 -33
- package/dist/plugins/prettier.test.d.ts +0 -1
- package/dist/plugins/prettier.test.js +0 -10
- package/dist/plugins/release-it.test.d.ts +0 -1
- package/dist/plugins/release-it.test.js +0 -10
- package/dist/plugins/remark.test.d.ts +0 -1
- package/dist/plugins/remark.test.js +0 -12
- package/dist/plugins/remix.test.d.ts +0 -1
- package/dist/plugins/remix.test.js +0 -39
- package/dist/plugins/rollup.test.d.ts +0 -1
- package/dist/plugins/rollup.test.js +0 -24
- package/dist/plugins/semantic-release.test.d.ts +0 -1
- package/dist/plugins/semantic-release.test.js +0 -31
- package/dist/plugins/sentry.test.d.ts +0 -1
- package/dist/plugins/sentry.test.js +0 -14
- package/dist/plugins/storybook.test.d.ts +0 -1
- package/dist/plugins/storybook.test.js +0 -18
- package/dist/plugins/stryker.test.d.ts +0 -1
- package/dist/plugins/stryker.test.js +0 -44
- package/dist/plugins/svelte.test.d.ts +0 -1
- package/dist/plugins/svelte.test.js +0 -21
- package/dist/plugins/typedoc.test.d.ts +0 -1
- package/dist/plugins/typedoc.test.js +0 -14
- package/dist/plugins/vitest.test.d.ts +0 -1
- package/dist/plugins/vitest.test.js +0 -17
- package/dist/plugins/webpack.test.d.ts +0 -1
- package/dist/plugins/webpack.test.js +0 -56
- package/dist/re-exports.test.d.ts +0 -1
- package/dist/re-exports.test.js +0 -18
- package/dist/react.test.d.ts +0 -1
- package/dist/react.test.js +0 -19
- package/dist/self-reference-from-plugin.test.d.ts +0 -1
- package/dist/self-reference-from-plugin.test.js +0 -47
- package/dist/self-reference.test.d.ts +0 -1
- package/dist/self-reference.test.js +0 -46
- package/dist/source-lab.d.ts +0 -21
- package/dist/source-lab.js +0 -135
- package/dist/tsconfig-paths-extends.test.d.ts +0 -1
- package/dist/tsconfig-paths-extends.test.js +0 -18
- package/dist/tsconfig-paths-implicit.test.d.ts +0 -1
- package/dist/tsconfig-paths-implicit.test.js +0 -18
- package/dist/tsconfig-paths.test.d.ts +0 -1
- package/dist/tsconfig-paths.test.js +0 -26
- package/dist/util/binaries/bash-parser.d.ts +0 -6
- package/dist/util/binaries/bash-parser.js +0 -57
- package/dist/util/binaries/index.d.ts +0 -2
- package/dist/util/binaries/index.js +0 -27
- package/dist/util/binaries/resolvers/fallback.js +0 -14
- package/dist/util/binaries/resolvers/index.d.ts +0 -4
- package/dist/util/binaries/resolvers/index.js +0 -4
- package/dist/util/binaries/resolvers/node.d.ts +0 -3
- package/dist/util/binaries/resolvers/node.js +0 -20
- package/dist/util/binaries/resolvers/npx.d.ts +0 -2
- package/dist/util/binaries/resolvers/npx.js +0 -5
- package/dist/util/binaries/resolvers/pnpm.d.ts +0 -2
- package/dist/util/binaries/resolvers/pnpm.js +0 -45
- package/dist/util/binaries/resolvers/yarn.d.ts +0 -2
- package/dist/util/binaries/resolvers/yarn.js +0 -46
- package/dist/util/binaries/types.d.ts +0 -18
- package/dist/util/binaries/types.js +0 -1
- package/dist/util/find-import-specifiers.d.ts +0 -5
- package/dist/util/find-import-specifiers.js +0 -48
- package/dist/util/get-included-issue-types.test.d.ts +0 -1
- package/dist/util/get-included-issue-types.test.js +0 -70
- package/dist/util/getReferencesFromScripts.test.d.ts +0 -1
- package/dist/util/getReferencesFromScripts.test.js +0 -126
- package/dist/util/log.d.ts +0 -7
- package/dist/util/log.js +0 -21
- package/dist/util/members.d.ts +0 -3
- package/dist/util/members.js +0 -25
- package/dist/util/module.test.d.ts +0 -1
- package/dist/util/module.test.js +0 -12
- package/dist/util/os.d.ts +0 -1
- package/dist/util/os.js +0 -1
- package/dist/util/project.d.ts +0 -13
- package/dist/util/project.js +0 -48
- package/dist/util/resolve-included-issue-types.d.ts +0 -16
- package/dist/util/resolve-included-issue-types.js +0 -30
- package/dist/util/type.d.ts +0 -2
- package/dist/util/type.js +0 -9
- package/dist/util/workspace.test.d.ts +0 -1
- package/dist/util/workspace.test.js +0 -13
- package/dist/workspaces-nested.test.d.ts +0 -1
- package/dist/workspaces-nested.test.js +0 -44
- package/dist/workspaces-paths.test.d.ts +0 -1
- package/dist/workspaces-paths.test.js +0 -21
- package/dist/workspaces-pnpm.test.d.ts +0 -1
- package/dist/workspaces-pnpm.test.js +0 -21
- package/dist/workspaces.test.d.ts +0 -1
- package/dist/workspaces.test.js +0 -56
- package/dist/zero-config.test.d.ts +0 -1
- package/dist/zero-config.test.js +0 -37
- /package/dist/{util/binaries/resolvers/fallback.d.ts → binaries/resolvers/rollup.d.ts} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const ConfigurationValidator: z.ZodObject<{
|
|
3
3
|
exclude: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4
|
-
ignore: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
5
4
|
include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6
5
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
7
6
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
8
7
|
paths: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
8
|
+
ignore: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
9
9
|
ignoreBinaries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10
10
|
ignoreDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11
11
|
ignoreWorkspaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -13,12 +13,25 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
13
13
|
syncCompilers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodString>>>;
|
|
14
14
|
asyncCompilers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodString], z.ZodUnknown>, z.ZodPromise<z.ZodString>>>>;
|
|
15
15
|
workspaces: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
16
|
-
ignore: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
17
16
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
18
17
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
19
18
|
paths: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
19
|
+
ignore: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
20
20
|
ignoreBinaries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21
21
|
ignoreDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22
|
+
ava: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
23
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
24
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
25
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
config?: string | string[] | undefined;
|
|
28
|
+
entry?: string | string[] | undefined;
|
|
29
|
+
project?: string | string[] | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
config?: string | string[] | undefined;
|
|
32
|
+
entry?: string | string[] | undefined;
|
|
33
|
+
project?: string | string[] | undefined;
|
|
34
|
+
}>]>>;
|
|
22
35
|
babel: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
23
36
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
24
37
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -58,6 +71,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
58
71
|
entry?: string | string[] | undefined;
|
|
59
72
|
project?: string | string[] | undefined;
|
|
60
73
|
}>]>>;
|
|
74
|
+
commitizen: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
75
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
76
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
77
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
78
|
+
}, "strip", z.ZodTypeAny, {
|
|
79
|
+
config?: string | string[] | undefined;
|
|
80
|
+
entry?: string | string[] | undefined;
|
|
81
|
+
project?: string | string[] | undefined;
|
|
82
|
+
}, {
|
|
83
|
+
config?: string | string[] | undefined;
|
|
84
|
+
entry?: string | string[] | undefined;
|
|
85
|
+
project?: string | string[] | undefined;
|
|
86
|
+
}>]>>;
|
|
61
87
|
commitlint: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
62
88
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
63
89
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -71,6 +97,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
71
97
|
entry?: string | string[] | undefined;
|
|
72
98
|
project?: string | string[] | undefined;
|
|
73
99
|
}>]>>;
|
|
100
|
+
cspell: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
101
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
102
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
103
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
104
|
+
}, "strip", z.ZodTypeAny, {
|
|
105
|
+
config?: string | string[] | undefined;
|
|
106
|
+
entry?: string | string[] | undefined;
|
|
107
|
+
project?: string | string[] | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
config?: string | string[] | undefined;
|
|
110
|
+
entry?: string | string[] | undefined;
|
|
111
|
+
project?: string | string[] | undefined;
|
|
112
|
+
}>]>>;
|
|
74
113
|
cypress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
75
114
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
76
115
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -149,6 +188,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
149
188
|
entry?: string | string[] | undefined;
|
|
150
189
|
project?: string | string[] | undefined;
|
|
151
190
|
}>]>>;
|
|
191
|
+
lefthook: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
192
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
193
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
194
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
195
|
+
}, "strip", z.ZodTypeAny, {
|
|
196
|
+
config?: string | string[] | undefined;
|
|
197
|
+
entry?: string | string[] | undefined;
|
|
198
|
+
project?: string | string[] | undefined;
|
|
199
|
+
}, {
|
|
200
|
+
config?: string | string[] | undefined;
|
|
201
|
+
entry?: string | string[] | undefined;
|
|
202
|
+
project?: string | string[] | undefined;
|
|
203
|
+
}>]>>;
|
|
152
204
|
'lint-staged': z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
153
205
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
154
206
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -331,6 +383,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
331
383
|
entry?: string | string[] | undefined;
|
|
332
384
|
project?: string | string[] | undefined;
|
|
333
385
|
}>]>>;
|
|
386
|
+
'semantic-release': z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
387
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
388
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
389
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
390
|
+
}, "strip", z.ZodTypeAny, {
|
|
391
|
+
config?: string | string[] | undefined;
|
|
392
|
+
entry?: string | string[] | undefined;
|
|
393
|
+
project?: string | string[] | undefined;
|
|
394
|
+
}, {
|
|
395
|
+
config?: string | string[] | undefined;
|
|
396
|
+
entry?: string | string[] | undefined;
|
|
397
|
+
project?: string | string[] | undefined;
|
|
398
|
+
}>]>>;
|
|
334
399
|
sentry: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
335
400
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
336
401
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -370,6 +435,32 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
370
435
|
entry?: string | string[] | undefined;
|
|
371
436
|
project?: string | string[] | undefined;
|
|
372
437
|
}>]>>;
|
|
438
|
+
tailwind: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
439
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
440
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
441
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
442
|
+
}, "strip", z.ZodTypeAny, {
|
|
443
|
+
config?: string | string[] | undefined;
|
|
444
|
+
entry?: string | string[] | undefined;
|
|
445
|
+
project?: string | string[] | undefined;
|
|
446
|
+
}, {
|
|
447
|
+
config?: string | string[] | undefined;
|
|
448
|
+
entry?: string | string[] | undefined;
|
|
449
|
+
project?: string | string[] | undefined;
|
|
450
|
+
}>]>>;
|
|
451
|
+
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
452
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
453
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
454
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
455
|
+
}, "strip", z.ZodTypeAny, {
|
|
456
|
+
config?: string | string[] | undefined;
|
|
457
|
+
entry?: string | string[] | undefined;
|
|
458
|
+
project?: string | string[] | undefined;
|
|
459
|
+
}, {
|
|
460
|
+
config?: string | string[] | undefined;
|
|
461
|
+
entry?: string | string[] | undefined;
|
|
462
|
+
project?: string | string[] | undefined;
|
|
463
|
+
}>]>>;
|
|
373
464
|
typescript: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
374
465
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
375
466
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -410,12 +501,17 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
410
501
|
project?: string | string[] | undefined;
|
|
411
502
|
}>]>>;
|
|
412
503
|
}, "strip", z.ZodTypeAny, {
|
|
413
|
-
ignore?: string | string[] | undefined;
|
|
414
504
|
entry?: string | string[] | undefined;
|
|
415
505
|
project?: string | string[] | undefined;
|
|
416
506
|
paths?: Record<string, string[]> | undefined;
|
|
507
|
+
ignore?: string | string[] | undefined;
|
|
417
508
|
ignoreBinaries?: string[] | undefined;
|
|
418
509
|
ignoreDependencies?: string[] | undefined;
|
|
510
|
+
ava?: string | false | string[] | {
|
|
511
|
+
config?: string | string[] | undefined;
|
|
512
|
+
entry?: string | string[] | undefined;
|
|
513
|
+
project?: string | string[] | undefined;
|
|
514
|
+
} | undefined;
|
|
419
515
|
babel?: string | false | string[] | {
|
|
420
516
|
config?: string | string[] | undefined;
|
|
421
517
|
entry?: string | string[] | undefined;
|
|
@@ -431,11 +527,21 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
431
527
|
entry?: string | string[] | undefined;
|
|
432
528
|
project?: string | string[] | undefined;
|
|
433
529
|
} | undefined;
|
|
530
|
+
commitizen?: string | false | string[] | {
|
|
531
|
+
config?: string | string[] | undefined;
|
|
532
|
+
entry?: string | string[] | undefined;
|
|
533
|
+
project?: string | string[] | undefined;
|
|
534
|
+
} | undefined;
|
|
434
535
|
commitlint?: string | false | string[] | {
|
|
435
536
|
config?: string | string[] | undefined;
|
|
436
537
|
entry?: string | string[] | undefined;
|
|
437
538
|
project?: string | string[] | undefined;
|
|
438
539
|
} | undefined;
|
|
540
|
+
cspell?: string | false | string[] | {
|
|
541
|
+
config?: string | string[] | undefined;
|
|
542
|
+
entry?: string | string[] | undefined;
|
|
543
|
+
project?: string | string[] | undefined;
|
|
544
|
+
} | undefined;
|
|
439
545
|
cypress?: string | false | string[] | {
|
|
440
546
|
config?: string | string[] | undefined;
|
|
441
547
|
entry?: string | string[] | undefined;
|
|
@@ -466,6 +572,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
466
572
|
entry?: string | string[] | undefined;
|
|
467
573
|
project?: string | string[] | undefined;
|
|
468
574
|
} | undefined;
|
|
575
|
+
lefthook?: string | false | string[] | {
|
|
576
|
+
config?: string | string[] | undefined;
|
|
577
|
+
entry?: string | string[] | undefined;
|
|
578
|
+
project?: string | string[] | undefined;
|
|
579
|
+
} | undefined;
|
|
469
580
|
'lint-staged'?: string | false | string[] | {
|
|
470
581
|
config?: string | string[] | undefined;
|
|
471
582
|
entry?: string | string[] | undefined;
|
|
@@ -536,6 +647,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
536
647
|
entry?: string | string[] | undefined;
|
|
537
648
|
project?: string | string[] | undefined;
|
|
538
649
|
} | undefined;
|
|
650
|
+
'semantic-release'?: string | false | string[] | {
|
|
651
|
+
config?: string | string[] | undefined;
|
|
652
|
+
entry?: string | string[] | undefined;
|
|
653
|
+
project?: string | string[] | undefined;
|
|
654
|
+
} | undefined;
|
|
539
655
|
sentry?: string | false | string[] | {
|
|
540
656
|
config?: string | string[] | undefined;
|
|
541
657
|
entry?: string | string[] | undefined;
|
|
@@ -551,6 +667,16 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
551
667
|
entry?: string | string[] | undefined;
|
|
552
668
|
project?: string | string[] | undefined;
|
|
553
669
|
} | undefined;
|
|
670
|
+
tailwind?: string | false | string[] | {
|
|
671
|
+
config?: string | string[] | undefined;
|
|
672
|
+
entry?: string | string[] | undefined;
|
|
673
|
+
project?: string | string[] | undefined;
|
|
674
|
+
} | undefined;
|
|
675
|
+
typedoc?: string | false | string[] | {
|
|
676
|
+
config?: string | string[] | undefined;
|
|
677
|
+
entry?: string | string[] | undefined;
|
|
678
|
+
project?: string | string[] | undefined;
|
|
679
|
+
} | undefined;
|
|
554
680
|
typescript?: string | false | string[] | {
|
|
555
681
|
config?: string | string[] | undefined;
|
|
556
682
|
entry?: string | string[] | undefined;
|
|
@@ -567,12 +693,17 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
567
693
|
project?: string | string[] | undefined;
|
|
568
694
|
} | undefined;
|
|
569
695
|
}, {
|
|
570
|
-
ignore?: string | string[] | undefined;
|
|
571
696
|
entry?: string | string[] | undefined;
|
|
572
697
|
project?: string | string[] | undefined;
|
|
573
698
|
paths?: Record<string, string[]> | undefined;
|
|
699
|
+
ignore?: string | string[] | undefined;
|
|
574
700
|
ignoreBinaries?: string[] | undefined;
|
|
575
701
|
ignoreDependencies?: string[] | undefined;
|
|
702
|
+
ava?: string | false | string[] | {
|
|
703
|
+
config?: string | string[] | undefined;
|
|
704
|
+
entry?: string | string[] | undefined;
|
|
705
|
+
project?: string | string[] | undefined;
|
|
706
|
+
} | undefined;
|
|
576
707
|
babel?: string | false | string[] | {
|
|
577
708
|
config?: string | string[] | undefined;
|
|
578
709
|
entry?: string | string[] | undefined;
|
|
@@ -588,11 +719,21 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
588
719
|
entry?: string | string[] | undefined;
|
|
589
720
|
project?: string | string[] | undefined;
|
|
590
721
|
} | undefined;
|
|
722
|
+
commitizen?: string | false | string[] | {
|
|
723
|
+
config?: string | string[] | undefined;
|
|
724
|
+
entry?: string | string[] | undefined;
|
|
725
|
+
project?: string | string[] | undefined;
|
|
726
|
+
} | undefined;
|
|
591
727
|
commitlint?: string | false | string[] | {
|
|
592
728
|
config?: string | string[] | undefined;
|
|
593
729
|
entry?: string | string[] | undefined;
|
|
594
730
|
project?: string | string[] | undefined;
|
|
595
731
|
} | undefined;
|
|
732
|
+
cspell?: string | false | string[] | {
|
|
733
|
+
config?: string | string[] | undefined;
|
|
734
|
+
entry?: string | string[] | undefined;
|
|
735
|
+
project?: string | string[] | undefined;
|
|
736
|
+
} | undefined;
|
|
596
737
|
cypress?: string | false | string[] | {
|
|
597
738
|
config?: string | string[] | undefined;
|
|
598
739
|
entry?: string | string[] | undefined;
|
|
@@ -623,6 +764,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
623
764
|
entry?: string | string[] | undefined;
|
|
624
765
|
project?: string | string[] | undefined;
|
|
625
766
|
} | undefined;
|
|
767
|
+
lefthook?: string | false | string[] | {
|
|
768
|
+
config?: string | string[] | undefined;
|
|
769
|
+
entry?: string | string[] | undefined;
|
|
770
|
+
project?: string | string[] | undefined;
|
|
771
|
+
} | undefined;
|
|
626
772
|
'lint-staged'?: string | false | string[] | {
|
|
627
773
|
config?: string | string[] | undefined;
|
|
628
774
|
entry?: string | string[] | undefined;
|
|
@@ -693,6 +839,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
693
839
|
entry?: string | string[] | undefined;
|
|
694
840
|
project?: string | string[] | undefined;
|
|
695
841
|
} | undefined;
|
|
842
|
+
'semantic-release'?: string | false | string[] | {
|
|
843
|
+
config?: string | string[] | undefined;
|
|
844
|
+
entry?: string | string[] | undefined;
|
|
845
|
+
project?: string | string[] | undefined;
|
|
846
|
+
} | undefined;
|
|
696
847
|
sentry?: string | false | string[] | {
|
|
697
848
|
config?: string | string[] | undefined;
|
|
698
849
|
entry?: string | string[] | undefined;
|
|
@@ -708,6 +859,16 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
708
859
|
entry?: string | string[] | undefined;
|
|
709
860
|
project?: string | string[] | undefined;
|
|
710
861
|
} | undefined;
|
|
862
|
+
tailwind?: string | false | string[] | {
|
|
863
|
+
config?: string | string[] | undefined;
|
|
864
|
+
entry?: string | string[] | undefined;
|
|
865
|
+
project?: string | string[] | undefined;
|
|
866
|
+
} | undefined;
|
|
867
|
+
typedoc?: string | false | string[] | {
|
|
868
|
+
config?: string | string[] | undefined;
|
|
869
|
+
entry?: string | string[] | undefined;
|
|
870
|
+
project?: string | string[] | undefined;
|
|
871
|
+
} | undefined;
|
|
711
872
|
typescript?: string | false | string[] | {
|
|
712
873
|
config?: string | string[] | undefined;
|
|
713
874
|
entry?: string | string[] | undefined;
|
|
@@ -724,6 +885,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
724
885
|
project?: string | string[] | undefined;
|
|
725
886
|
} | undefined;
|
|
726
887
|
}>>>;
|
|
888
|
+
ava: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
889
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
890
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
891
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
892
|
+
}, "strip", z.ZodTypeAny, {
|
|
893
|
+
config?: string | string[] | undefined;
|
|
894
|
+
entry?: string | string[] | undefined;
|
|
895
|
+
project?: string | string[] | undefined;
|
|
896
|
+
}, {
|
|
897
|
+
config?: string | string[] | undefined;
|
|
898
|
+
entry?: string | string[] | undefined;
|
|
899
|
+
project?: string | string[] | undefined;
|
|
900
|
+
}>]>>;
|
|
727
901
|
babel: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
728
902
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
729
903
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -763,6 +937,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
763
937
|
entry?: string | string[] | undefined;
|
|
764
938
|
project?: string | string[] | undefined;
|
|
765
939
|
}>]>>;
|
|
940
|
+
commitizen: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
941
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
942
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
943
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
944
|
+
}, "strip", z.ZodTypeAny, {
|
|
945
|
+
config?: string | string[] | undefined;
|
|
946
|
+
entry?: string | string[] | undefined;
|
|
947
|
+
project?: string | string[] | undefined;
|
|
948
|
+
}, {
|
|
949
|
+
config?: string | string[] | undefined;
|
|
950
|
+
entry?: string | string[] | undefined;
|
|
951
|
+
project?: string | string[] | undefined;
|
|
952
|
+
}>]>>;
|
|
766
953
|
commitlint: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
767
954
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
768
955
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -776,6 +963,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
776
963
|
entry?: string | string[] | undefined;
|
|
777
964
|
project?: string | string[] | undefined;
|
|
778
965
|
}>]>>;
|
|
966
|
+
cspell: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
967
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
968
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
969
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
970
|
+
}, "strip", z.ZodTypeAny, {
|
|
971
|
+
config?: string | string[] | undefined;
|
|
972
|
+
entry?: string | string[] | undefined;
|
|
973
|
+
project?: string | string[] | undefined;
|
|
974
|
+
}, {
|
|
975
|
+
config?: string | string[] | undefined;
|
|
976
|
+
entry?: string | string[] | undefined;
|
|
977
|
+
project?: string | string[] | undefined;
|
|
978
|
+
}>]>>;
|
|
779
979
|
cypress: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
780
980
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
781
981
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -854,6 +1054,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
854
1054
|
entry?: string | string[] | undefined;
|
|
855
1055
|
project?: string | string[] | undefined;
|
|
856
1056
|
}>]>>;
|
|
1057
|
+
lefthook: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1058
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1059
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1060
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1061
|
+
}, "strip", z.ZodTypeAny, {
|
|
1062
|
+
config?: string | string[] | undefined;
|
|
1063
|
+
entry?: string | string[] | undefined;
|
|
1064
|
+
project?: string | string[] | undefined;
|
|
1065
|
+
}, {
|
|
1066
|
+
config?: string | string[] | undefined;
|
|
1067
|
+
entry?: string | string[] | undefined;
|
|
1068
|
+
project?: string | string[] | undefined;
|
|
1069
|
+
}>]>>;
|
|
857
1070
|
'lint-staged': z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
858
1071
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
859
1072
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1036,6 +1249,19 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1036
1249
|
entry?: string | string[] | undefined;
|
|
1037
1250
|
project?: string | string[] | undefined;
|
|
1038
1251
|
}>]>>;
|
|
1252
|
+
'semantic-release': z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1253
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1254
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1255
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1256
|
+
}, "strip", z.ZodTypeAny, {
|
|
1257
|
+
config?: string | string[] | undefined;
|
|
1258
|
+
entry?: string | string[] | undefined;
|
|
1259
|
+
project?: string | string[] | undefined;
|
|
1260
|
+
}, {
|
|
1261
|
+
config?: string | string[] | undefined;
|
|
1262
|
+
entry?: string | string[] | undefined;
|
|
1263
|
+
project?: string | string[] | undefined;
|
|
1264
|
+
}>]>>;
|
|
1039
1265
|
sentry: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1040
1266
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1041
1267
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1075,6 +1301,32 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1075
1301
|
entry?: string | string[] | undefined;
|
|
1076
1302
|
project?: string | string[] | undefined;
|
|
1077
1303
|
}>]>>;
|
|
1304
|
+
tailwind: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1305
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1306
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1307
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1308
|
+
}, "strip", z.ZodTypeAny, {
|
|
1309
|
+
config?: string | string[] | undefined;
|
|
1310
|
+
entry?: string | string[] | undefined;
|
|
1311
|
+
project?: string | string[] | undefined;
|
|
1312
|
+
}, {
|
|
1313
|
+
config?: string | string[] | undefined;
|
|
1314
|
+
entry?: string | string[] | undefined;
|
|
1315
|
+
project?: string | string[] | undefined;
|
|
1316
|
+
}>]>>;
|
|
1317
|
+
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1318
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1319
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1320
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1321
|
+
}, "strip", z.ZodTypeAny, {
|
|
1322
|
+
config?: string | string[] | undefined;
|
|
1323
|
+
entry?: string | string[] | undefined;
|
|
1324
|
+
project?: string | string[] | undefined;
|
|
1325
|
+
}, {
|
|
1326
|
+
config?: string | string[] | undefined;
|
|
1327
|
+
entry?: string | string[] | undefined;
|
|
1328
|
+
project?: string | string[] | undefined;
|
|
1329
|
+
}>]>>;
|
|
1078
1330
|
typescript: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<false>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1079
1331
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1080
1332
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1116,11 +1368,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1116
1368
|
}>]>>;
|
|
1117
1369
|
}, "strip", z.ZodTypeAny, {
|
|
1118
1370
|
exclude?: string[] | undefined;
|
|
1119
|
-
ignore?: string | string[] | undefined;
|
|
1120
1371
|
include?: string[] | undefined;
|
|
1121
1372
|
entry?: string | string[] | undefined;
|
|
1122
1373
|
project?: string | string[] | undefined;
|
|
1123
1374
|
paths?: Record<string, string[]> | undefined;
|
|
1375
|
+
ignore?: string | string[] | undefined;
|
|
1124
1376
|
ignoreBinaries?: string[] | undefined;
|
|
1125
1377
|
ignoreDependencies?: string[] | undefined;
|
|
1126
1378
|
ignoreWorkspaces?: string[] | undefined;
|
|
@@ -1128,12 +1380,17 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1128
1380
|
syncCompilers?: Record<string, (args_0: string, ...args_1: unknown[]) => string> | undefined;
|
|
1129
1381
|
asyncCompilers?: Record<string, (args_0: string, ...args_1: unknown[]) => Promise<string>> | undefined;
|
|
1130
1382
|
workspaces?: Record<string, {
|
|
1131
|
-
ignore?: string | string[] | undefined;
|
|
1132
1383
|
entry?: string | string[] | undefined;
|
|
1133
1384
|
project?: string | string[] | undefined;
|
|
1134
1385
|
paths?: Record<string, string[]> | undefined;
|
|
1386
|
+
ignore?: string | string[] | undefined;
|
|
1135
1387
|
ignoreBinaries?: string[] | undefined;
|
|
1136
1388
|
ignoreDependencies?: string[] | undefined;
|
|
1389
|
+
ava?: string | false | string[] | {
|
|
1390
|
+
config?: string | string[] | undefined;
|
|
1391
|
+
entry?: string | string[] | undefined;
|
|
1392
|
+
project?: string | string[] | undefined;
|
|
1393
|
+
} | undefined;
|
|
1137
1394
|
babel?: string | false | string[] | {
|
|
1138
1395
|
config?: string | string[] | undefined;
|
|
1139
1396
|
entry?: string | string[] | undefined;
|
|
@@ -1149,11 +1406,21 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1149
1406
|
entry?: string | string[] | undefined;
|
|
1150
1407
|
project?: string | string[] | undefined;
|
|
1151
1408
|
} | undefined;
|
|
1409
|
+
commitizen?: string | false | string[] | {
|
|
1410
|
+
config?: string | string[] | undefined;
|
|
1411
|
+
entry?: string | string[] | undefined;
|
|
1412
|
+
project?: string | string[] | undefined;
|
|
1413
|
+
} | undefined;
|
|
1152
1414
|
commitlint?: string | false | string[] | {
|
|
1153
1415
|
config?: string | string[] | undefined;
|
|
1154
1416
|
entry?: string | string[] | undefined;
|
|
1155
1417
|
project?: string | string[] | undefined;
|
|
1156
1418
|
} | undefined;
|
|
1419
|
+
cspell?: string | false | string[] | {
|
|
1420
|
+
config?: string | string[] | undefined;
|
|
1421
|
+
entry?: string | string[] | undefined;
|
|
1422
|
+
project?: string | string[] | undefined;
|
|
1423
|
+
} | undefined;
|
|
1157
1424
|
cypress?: string | false | string[] | {
|
|
1158
1425
|
config?: string | string[] | undefined;
|
|
1159
1426
|
entry?: string | string[] | undefined;
|
|
@@ -1184,6 +1451,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1184
1451
|
entry?: string | string[] | undefined;
|
|
1185
1452
|
project?: string | string[] | undefined;
|
|
1186
1453
|
} | undefined;
|
|
1454
|
+
lefthook?: string | false | string[] | {
|
|
1455
|
+
config?: string | string[] | undefined;
|
|
1456
|
+
entry?: string | string[] | undefined;
|
|
1457
|
+
project?: string | string[] | undefined;
|
|
1458
|
+
} | undefined;
|
|
1187
1459
|
'lint-staged'?: string | false | string[] | {
|
|
1188
1460
|
config?: string | string[] | undefined;
|
|
1189
1461
|
entry?: string | string[] | undefined;
|
|
@@ -1254,6 +1526,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1254
1526
|
entry?: string | string[] | undefined;
|
|
1255
1527
|
project?: string | string[] | undefined;
|
|
1256
1528
|
} | undefined;
|
|
1529
|
+
'semantic-release'?: string | false | string[] | {
|
|
1530
|
+
config?: string | string[] | undefined;
|
|
1531
|
+
entry?: string | string[] | undefined;
|
|
1532
|
+
project?: string | string[] | undefined;
|
|
1533
|
+
} | undefined;
|
|
1257
1534
|
sentry?: string | false | string[] | {
|
|
1258
1535
|
config?: string | string[] | undefined;
|
|
1259
1536
|
entry?: string | string[] | undefined;
|
|
@@ -1269,6 +1546,16 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1269
1546
|
entry?: string | string[] | undefined;
|
|
1270
1547
|
project?: string | string[] | undefined;
|
|
1271
1548
|
} | undefined;
|
|
1549
|
+
tailwind?: string | false | string[] | {
|
|
1550
|
+
config?: string | string[] | undefined;
|
|
1551
|
+
entry?: string | string[] | undefined;
|
|
1552
|
+
project?: string | string[] | undefined;
|
|
1553
|
+
} | undefined;
|
|
1554
|
+
typedoc?: string | false | string[] | {
|
|
1555
|
+
config?: string | string[] | undefined;
|
|
1556
|
+
entry?: string | string[] | undefined;
|
|
1557
|
+
project?: string | string[] | undefined;
|
|
1558
|
+
} | undefined;
|
|
1272
1559
|
typescript?: string | false | string[] | {
|
|
1273
1560
|
config?: string | string[] | undefined;
|
|
1274
1561
|
entry?: string | string[] | undefined;
|
|
@@ -1285,6 +1572,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1285
1572
|
project?: string | string[] | undefined;
|
|
1286
1573
|
} | undefined;
|
|
1287
1574
|
}> | undefined;
|
|
1575
|
+
ava?: string | false | string[] | {
|
|
1576
|
+
config?: string | string[] | undefined;
|
|
1577
|
+
entry?: string | string[] | undefined;
|
|
1578
|
+
project?: string | string[] | undefined;
|
|
1579
|
+
} | undefined;
|
|
1288
1580
|
babel?: string | false | string[] | {
|
|
1289
1581
|
config?: string | string[] | undefined;
|
|
1290
1582
|
entry?: string | string[] | undefined;
|
|
@@ -1300,11 +1592,21 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1300
1592
|
entry?: string | string[] | undefined;
|
|
1301
1593
|
project?: string | string[] | undefined;
|
|
1302
1594
|
} | undefined;
|
|
1595
|
+
commitizen?: string | false | string[] | {
|
|
1596
|
+
config?: string | string[] | undefined;
|
|
1597
|
+
entry?: string | string[] | undefined;
|
|
1598
|
+
project?: string | string[] | undefined;
|
|
1599
|
+
} | undefined;
|
|
1303
1600
|
commitlint?: string | false | string[] | {
|
|
1304
1601
|
config?: string | string[] | undefined;
|
|
1305
1602
|
entry?: string | string[] | undefined;
|
|
1306
1603
|
project?: string | string[] | undefined;
|
|
1307
1604
|
} | undefined;
|
|
1605
|
+
cspell?: string | false | string[] | {
|
|
1606
|
+
config?: string | string[] | undefined;
|
|
1607
|
+
entry?: string | string[] | undefined;
|
|
1608
|
+
project?: string | string[] | undefined;
|
|
1609
|
+
} | undefined;
|
|
1308
1610
|
cypress?: string | false | string[] | {
|
|
1309
1611
|
config?: string | string[] | undefined;
|
|
1310
1612
|
entry?: string | string[] | undefined;
|
|
@@ -1335,6 +1637,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1335
1637
|
entry?: string | string[] | undefined;
|
|
1336
1638
|
project?: string | string[] | undefined;
|
|
1337
1639
|
} | undefined;
|
|
1640
|
+
lefthook?: string | false | string[] | {
|
|
1641
|
+
config?: string | string[] | undefined;
|
|
1642
|
+
entry?: string | string[] | undefined;
|
|
1643
|
+
project?: string | string[] | undefined;
|
|
1644
|
+
} | undefined;
|
|
1338
1645
|
'lint-staged'?: string | false | string[] | {
|
|
1339
1646
|
config?: string | string[] | undefined;
|
|
1340
1647
|
entry?: string | string[] | undefined;
|
|
@@ -1405,6 +1712,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1405
1712
|
entry?: string | string[] | undefined;
|
|
1406
1713
|
project?: string | string[] | undefined;
|
|
1407
1714
|
} | undefined;
|
|
1715
|
+
'semantic-release'?: string | false | string[] | {
|
|
1716
|
+
config?: string | string[] | undefined;
|
|
1717
|
+
entry?: string | string[] | undefined;
|
|
1718
|
+
project?: string | string[] | undefined;
|
|
1719
|
+
} | undefined;
|
|
1408
1720
|
sentry?: string | false | string[] | {
|
|
1409
1721
|
config?: string | string[] | undefined;
|
|
1410
1722
|
entry?: string | string[] | undefined;
|
|
@@ -1420,6 +1732,16 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1420
1732
|
entry?: string | string[] | undefined;
|
|
1421
1733
|
project?: string | string[] | undefined;
|
|
1422
1734
|
} | undefined;
|
|
1735
|
+
tailwind?: string | false | string[] | {
|
|
1736
|
+
config?: string | string[] | undefined;
|
|
1737
|
+
entry?: string | string[] | undefined;
|
|
1738
|
+
project?: string | string[] | undefined;
|
|
1739
|
+
} | undefined;
|
|
1740
|
+
typedoc?: string | false | string[] | {
|
|
1741
|
+
config?: string | string[] | undefined;
|
|
1742
|
+
entry?: string | string[] | undefined;
|
|
1743
|
+
project?: string | string[] | undefined;
|
|
1744
|
+
} | undefined;
|
|
1423
1745
|
typescript?: string | false | string[] | {
|
|
1424
1746
|
config?: string | string[] | undefined;
|
|
1425
1747
|
entry?: string | string[] | undefined;
|
|
@@ -1437,11 +1759,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1437
1759
|
} | undefined;
|
|
1438
1760
|
}, {
|
|
1439
1761
|
exclude?: string[] | undefined;
|
|
1440
|
-
ignore?: string | string[] | undefined;
|
|
1441
1762
|
include?: string[] | undefined;
|
|
1442
1763
|
entry?: string | string[] | undefined;
|
|
1443
1764
|
project?: string | string[] | undefined;
|
|
1444
1765
|
paths?: Record<string, string[]> | undefined;
|
|
1766
|
+
ignore?: string | string[] | undefined;
|
|
1445
1767
|
ignoreBinaries?: string[] | undefined;
|
|
1446
1768
|
ignoreDependencies?: string[] | undefined;
|
|
1447
1769
|
ignoreWorkspaces?: string[] | undefined;
|
|
@@ -1449,12 +1771,17 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1449
1771
|
syncCompilers?: Record<string, (args_0: string, ...args_1: unknown[]) => string> | undefined;
|
|
1450
1772
|
asyncCompilers?: Record<string, (args_0: string, ...args_1: unknown[]) => Promise<string>> | undefined;
|
|
1451
1773
|
workspaces?: Record<string, {
|
|
1452
|
-
ignore?: string | string[] | undefined;
|
|
1453
1774
|
entry?: string | string[] | undefined;
|
|
1454
1775
|
project?: string | string[] | undefined;
|
|
1455
1776
|
paths?: Record<string, string[]> | undefined;
|
|
1777
|
+
ignore?: string | string[] | undefined;
|
|
1456
1778
|
ignoreBinaries?: string[] | undefined;
|
|
1457
1779
|
ignoreDependencies?: string[] | undefined;
|
|
1780
|
+
ava?: string | false | string[] | {
|
|
1781
|
+
config?: string | string[] | undefined;
|
|
1782
|
+
entry?: string | string[] | undefined;
|
|
1783
|
+
project?: string | string[] | undefined;
|
|
1784
|
+
} | undefined;
|
|
1458
1785
|
babel?: string | false | string[] | {
|
|
1459
1786
|
config?: string | string[] | undefined;
|
|
1460
1787
|
entry?: string | string[] | undefined;
|
|
@@ -1470,11 +1797,21 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1470
1797
|
entry?: string | string[] | undefined;
|
|
1471
1798
|
project?: string | string[] | undefined;
|
|
1472
1799
|
} | undefined;
|
|
1800
|
+
commitizen?: string | false | string[] | {
|
|
1801
|
+
config?: string | string[] | undefined;
|
|
1802
|
+
entry?: string | string[] | undefined;
|
|
1803
|
+
project?: string | string[] | undefined;
|
|
1804
|
+
} | undefined;
|
|
1473
1805
|
commitlint?: string | false | string[] | {
|
|
1474
1806
|
config?: string | string[] | undefined;
|
|
1475
1807
|
entry?: string | string[] | undefined;
|
|
1476
1808
|
project?: string | string[] | undefined;
|
|
1477
1809
|
} | undefined;
|
|
1810
|
+
cspell?: string | false | string[] | {
|
|
1811
|
+
config?: string | string[] | undefined;
|
|
1812
|
+
entry?: string | string[] | undefined;
|
|
1813
|
+
project?: string | string[] | undefined;
|
|
1814
|
+
} | undefined;
|
|
1478
1815
|
cypress?: string | false | string[] | {
|
|
1479
1816
|
config?: string | string[] | undefined;
|
|
1480
1817
|
entry?: string | string[] | undefined;
|
|
@@ -1505,6 +1842,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1505
1842
|
entry?: string | string[] | undefined;
|
|
1506
1843
|
project?: string | string[] | undefined;
|
|
1507
1844
|
} | undefined;
|
|
1845
|
+
lefthook?: string | false | string[] | {
|
|
1846
|
+
config?: string | string[] | undefined;
|
|
1847
|
+
entry?: string | string[] | undefined;
|
|
1848
|
+
project?: string | string[] | undefined;
|
|
1849
|
+
} | undefined;
|
|
1508
1850
|
'lint-staged'?: string | false | string[] | {
|
|
1509
1851
|
config?: string | string[] | undefined;
|
|
1510
1852
|
entry?: string | string[] | undefined;
|
|
@@ -1575,6 +1917,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1575
1917
|
entry?: string | string[] | undefined;
|
|
1576
1918
|
project?: string | string[] | undefined;
|
|
1577
1919
|
} | undefined;
|
|
1920
|
+
'semantic-release'?: string | false | string[] | {
|
|
1921
|
+
config?: string | string[] | undefined;
|
|
1922
|
+
entry?: string | string[] | undefined;
|
|
1923
|
+
project?: string | string[] | undefined;
|
|
1924
|
+
} | undefined;
|
|
1578
1925
|
sentry?: string | false | string[] | {
|
|
1579
1926
|
config?: string | string[] | undefined;
|
|
1580
1927
|
entry?: string | string[] | undefined;
|
|
@@ -1590,6 +1937,16 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1590
1937
|
entry?: string | string[] | undefined;
|
|
1591
1938
|
project?: string | string[] | undefined;
|
|
1592
1939
|
} | undefined;
|
|
1940
|
+
tailwind?: string | false | string[] | {
|
|
1941
|
+
config?: string | string[] | undefined;
|
|
1942
|
+
entry?: string | string[] | undefined;
|
|
1943
|
+
project?: string | string[] | undefined;
|
|
1944
|
+
} | undefined;
|
|
1945
|
+
typedoc?: string | false | string[] | {
|
|
1946
|
+
config?: string | string[] | undefined;
|
|
1947
|
+
entry?: string | string[] | undefined;
|
|
1948
|
+
project?: string | string[] | undefined;
|
|
1949
|
+
} | undefined;
|
|
1593
1950
|
typescript?: string | false | string[] | {
|
|
1594
1951
|
config?: string | string[] | undefined;
|
|
1595
1952
|
entry?: string | string[] | undefined;
|
|
@@ -1606,6 +1963,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1606
1963
|
project?: string | string[] | undefined;
|
|
1607
1964
|
} | undefined;
|
|
1608
1965
|
}> | undefined;
|
|
1966
|
+
ava?: string | false | string[] | {
|
|
1967
|
+
config?: string | string[] | undefined;
|
|
1968
|
+
entry?: string | string[] | undefined;
|
|
1969
|
+
project?: string | string[] | undefined;
|
|
1970
|
+
} | undefined;
|
|
1609
1971
|
babel?: string | false | string[] | {
|
|
1610
1972
|
config?: string | string[] | undefined;
|
|
1611
1973
|
entry?: string | string[] | undefined;
|
|
@@ -1621,11 +1983,21 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1621
1983
|
entry?: string | string[] | undefined;
|
|
1622
1984
|
project?: string | string[] | undefined;
|
|
1623
1985
|
} | undefined;
|
|
1986
|
+
commitizen?: string | false | string[] | {
|
|
1987
|
+
config?: string | string[] | undefined;
|
|
1988
|
+
entry?: string | string[] | undefined;
|
|
1989
|
+
project?: string | string[] | undefined;
|
|
1990
|
+
} | undefined;
|
|
1624
1991
|
commitlint?: string | false | string[] | {
|
|
1625
1992
|
config?: string | string[] | undefined;
|
|
1626
1993
|
entry?: string | string[] | undefined;
|
|
1627
1994
|
project?: string | string[] | undefined;
|
|
1628
1995
|
} | undefined;
|
|
1996
|
+
cspell?: string | false | string[] | {
|
|
1997
|
+
config?: string | string[] | undefined;
|
|
1998
|
+
entry?: string | string[] | undefined;
|
|
1999
|
+
project?: string | string[] | undefined;
|
|
2000
|
+
} | undefined;
|
|
1629
2001
|
cypress?: string | false | string[] | {
|
|
1630
2002
|
config?: string | string[] | undefined;
|
|
1631
2003
|
entry?: string | string[] | undefined;
|
|
@@ -1656,6 +2028,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1656
2028
|
entry?: string | string[] | undefined;
|
|
1657
2029
|
project?: string | string[] | undefined;
|
|
1658
2030
|
} | undefined;
|
|
2031
|
+
lefthook?: string | false | string[] | {
|
|
2032
|
+
config?: string | string[] | undefined;
|
|
2033
|
+
entry?: string | string[] | undefined;
|
|
2034
|
+
project?: string | string[] | undefined;
|
|
2035
|
+
} | undefined;
|
|
1659
2036
|
'lint-staged'?: string | false | string[] | {
|
|
1660
2037
|
config?: string | string[] | undefined;
|
|
1661
2038
|
entry?: string | string[] | undefined;
|
|
@@ -1726,6 +2103,11 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1726
2103
|
entry?: string | string[] | undefined;
|
|
1727
2104
|
project?: string | string[] | undefined;
|
|
1728
2105
|
} | undefined;
|
|
2106
|
+
'semantic-release'?: string | false | string[] | {
|
|
2107
|
+
config?: string | string[] | undefined;
|
|
2108
|
+
entry?: string | string[] | undefined;
|
|
2109
|
+
project?: string | string[] | undefined;
|
|
2110
|
+
} | undefined;
|
|
1729
2111
|
sentry?: string | false | string[] | {
|
|
1730
2112
|
config?: string | string[] | undefined;
|
|
1731
2113
|
entry?: string | string[] | undefined;
|
|
@@ -1741,6 +2123,16 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1741
2123
|
entry?: string | string[] | undefined;
|
|
1742
2124
|
project?: string | string[] | undefined;
|
|
1743
2125
|
} | undefined;
|
|
2126
|
+
tailwind?: string | false | string[] | {
|
|
2127
|
+
config?: string | string[] | undefined;
|
|
2128
|
+
entry?: string | string[] | undefined;
|
|
2129
|
+
project?: string | string[] | undefined;
|
|
2130
|
+
} | undefined;
|
|
2131
|
+
typedoc?: string | false | string[] | {
|
|
2132
|
+
config?: string | string[] | undefined;
|
|
2133
|
+
entry?: string | string[] | undefined;
|
|
2134
|
+
project?: string | string[] | undefined;
|
|
2135
|
+
} | undefined;
|
|
1744
2136
|
typescript?: string | false | string[] | {
|
|
1745
2137
|
config?: string | string[] | undefined;
|
|
1746
2138
|
entry?: string | string[] | undefined;
|