// 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": [ "../apps/ssp/src/test.ts", "../apps/ssp/src/**/*.spec.ts", "../apps/ssp/src/**/*.stories.ts", "../libs/shared/**/*.spec.ts", "../libs/shared/**/*.stories.ts", "../libs/beheer/**/*.spec.ts", "../libs/beheer/**/*.stories.ts" ], // Please make sure to include all files from which Compodoc should generate documentation. "include": ["../apps/ssp/src/**/*", "../libs/shared/**/*", "../libs/beheer/**/*"], "files": ["./typings.d.ts"] }