{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"module": "CommonJS",
"target": "ES6",
"jsx": "react"
},
"references": [{ "path": "../../src/tsconfig.cjs.json" }]
}