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