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