mocksaml/tsconfig.json

32 lines
578 B
JSON
Raw Normal View History

2022-01-08 15:11:13 +00:00
{
"compilerOptions": {
"target": "es5",
build(deps): bump the next group with 2 updates (#1045) * build(deps): bump the next group with 2 updates Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.5...v16.0.3) Updates `eslint-config-next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: next - dependency-name: eslint-config-next dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: next ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "build(deps): bump the next group with 2 updates" This reverts commit b1ee63005d5ea23b6b9e6a9c7d8f40a578225d81. * updated to nextjs 16 * more nextjs 16 upgrade tweaks * more nextjs 16 upgrade tweaks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deepak Prabhakara <deepak.prabhakara@ory.sh>
2025-11-17 00:25:50 +00:00
"lib": [
"dom",
"dom.iterable",
"esnext"
],
2022-01-08 15:11:13 +00:00
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
build(deps): bump the next group with 2 updates (#1045) * build(deps): bump the next group with 2 updates Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.5...v16.0.3) Updates `eslint-config-next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: next - dependency-name: eslint-config-next dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: next ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "build(deps): bump the next group with 2 updates" This reverts commit b1ee63005d5ea23b6b9e6a9c7d8f40a578225d81. * updated to nextjs 16 * more nextjs 16 upgrade tweaks * more nextjs 16 upgrade tweaks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deepak Prabhakara <deepak.prabhakara@ory.sh>
2025-11-17 00:25:50 +00:00
"jsx": "react-jsx",
2022-02-18 06:46:58 +00:00
"incremental": true,
build(deps): bump the next group with 2 updates (#1045) * build(deps): bump the next group with 2 updates Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.5...v16.0.3) Updates `eslint-config-next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: next - dependency-name: eslint-config-next dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: next ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "build(deps): bump the next group with 2 updates" This reverts commit b1ee63005d5ea23b6b9e6a9c7d8f40a578225d81. * updated to nextjs 16 * more nextjs 16 upgrade tweaks * more nextjs 16 upgrade tweaks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deepak Prabhakara <deepak.prabhakara@ory.sh>
2025-11-17 00:25:50 +00:00
"baseUrl": "."
2022-01-08 15:11:13 +00:00
},
build(deps): bump the next group with 2 updates (#1045) * build(deps): bump the next group with 2 updates Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.5...v16.0.3) Updates `eslint-config-next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: next - dependency-name: eslint-config-next dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: next ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "build(deps): bump the next group with 2 updates" This reverts commit b1ee63005d5ea23b6b9e6a9c7d8f40a578225d81. * updated to nextjs 16 * more nextjs 16 upgrade tweaks * more nextjs 16 upgrade tweaks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deepak Prabhakara <deepak.prabhakara@ory.sh>
2025-11-17 00:25:50 +00:00
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
2022-01-08 15:11:13 +00:00
}