blob: e64b7778979b33a23870f81356ed572c48e3f2af [file] [log] [blame]
//Compiler configuration to build the ESNext CommonJS target
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ESNEXT",
"module": "commonjs"
}
}