// 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": [ "../apps/behandelportal/src/test.ts", "../apps/behandelportal/src/**/*.spec.ts", "../apps/behandelportal/src/**/*.stories.ts", "../libs/shared/**/*.spec.ts", "../libs/shared/**/*.stories.ts", "../libs/beheer/**/*.spec.ts", "../libs/beheer/**/*.stories.ts" ], "include": ["../apps/behandelportal/src/**/*", "../libs/shared/**/*", "../libs/beheer/**/*"], "files": ["./typings.d.ts"] }