blob: 69717ed6d9b2ef35a8f5b65cc5ede986c86396bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/**
* This configuration only exists for the API Extractor tool. See the details in
* CONTRIBUTING.md that describes our TypeScript setup.
*/
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src"]
}
|