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>
13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"extends": "../tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
|
|
"include": ["../src/**/*.stories.*", "./preview.ts"],
|
|
"files": ["./typings.d.ts"]
|
|
}
|