Merged PR 2258: refactor(summary-types): standardise case summary markup with SummaryCard/SummaryRow wrappers

Related work items: #22441
This commit is contained in:
Robert Bond
2026-04-20 12:15:43 +00:00
parent b6ca73d76a
commit 670e98a0a1
28 changed files with 6204 additions and 6539 deletions
+2 -10
View File
@@ -8,25 +8,17 @@
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"plugins": [
{
"name": "next"
}
],
"strictNullChecks": true
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
".next/types/**/*.ts",
"**/*.ts",
"**/*.tsx"
],