blob: fdaafaf7b713ad2b5ec0a273eabdcc91561f10e1 [file] [log] [blame]
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"declaration": true,
"declarationDir": "./lib/typings"
},
"exclude": [
"*/__tests__/**"
]
}