{
"extends": "../tsconfig-cjs",
"compilerOptions": {
"outDir": "build",
"typeRoots": [
"./typings",
"./node_modules/@types"
]
}