2020-07-14 15:57:29 +00:00
|
|
|
/**
|
|
|
|
* This configuration only exists for the API Extractor tool. See the details in
|
|
|
|
* CONTRIBUTING.md that describes our TypeScript setup.
|
|
|
|
*/
|
2017-10-10 05:31:40 +00:00
|
|
|
{
|
2020-07-14 15:57:29 +00:00
|
|
|
"extends": "./tsconfig.base.json",
|
2017-10-10 05:31:40 +00:00
|
|
|
"compilerOptions": {
|
2020-07-14 15:57:29 +00:00
|
|
|
"noEmit": true
|
2017-10-10 05:31:40 +00:00
|
|
|
},
|
2020-07-14 15:57:29 +00:00
|
|
|
"include": ["src"]
|
2017-10-10 05:31:40 +00:00
|
|
|
}
|