{
"compilerOptions": {
"module": "commonjs"
},
"extends": "../../tsconfig.json",
"ts-node": {
"transpileOnly": true,
"swc": true
}