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