{ "extends": "../apps/behandelportal/tsconfig.app.json", "compilerOptions": { "types": ["node", "@angular/localize"], "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "moduleResolution": "bundler" }, "exclude": ["../apps/behandelportal/src/test.ts", "../apps/behandelportal/src/**/*.spec.ts"], "include": [ "../apps/behandelportal/src/**/*.stories.*", "../libs/shared/**/*.stories.*", "../libs/beheer/**/*.stories.*", "./preview.ts" ], "files": ["./typings.d.ts"] }