Atoms/molecules/organisms/templates/pages composing the NL Design System (Utrecht) CSS themed Rijkshuisstijl via @rijkshuisstijl-community tokens. Login -> dashboard -> registration detail, mock JSON over HttpClient, Storybook organized by atomic layer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
483 B
JSON
11 lines
483 B
JSON
// This tsconfig is used by Compodoc to generate the documentation for the project.
|
|
// If Compodoc is not used, this file can be deleted.
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
// Exclude all files that are not needed for documentation generation.
|
|
"exclude": ["../src/test.ts", "../src/**/*.spec.ts", "../src/**/*.stories.ts"],
|
|
// Please make sure to include all files from which Compodoc should generate documentation.
|
|
"include": ["../src/**/*"],
|
|
"files": ["./typings.d.ts"]
|
|
}
|