{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"outDir": "lib/cjs/",
"rootDir": "./src"
}