UNPKG

786 BMarkdownView Raw
1# @fluidframework/build-common
2
3This package contains common build configurations that are applicable to all the packages in the Fluid Framework repo.
4
5See [GitHub](https://github.com/microsoft/FluidFramework) for more details on Fluid Framework and packages within.
6
7## API-Extractor Configuration
8
9This package exports a base configuration for use with [API-Extractor](https://api-extractor.com/).
10It can be extended in your package's local configuration file like the following:
11
12```json
13"extends": "@fluidframework/build-common/api-extractor-base.json",
14```
15
16### Legacy Configurations
17
18This package previously exported a series of configurations with differing levels of validation.
19These configurations are now deprecated and have been replaced with the configuration noted above.