blob: edcd69773664cbee3c8ea6b0ad032a36f9a79db3 (
plain)
1
2
3
4
5
6
7
8
9
|
// TypeScript configuration for the ES5 CommonJS target's tests
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"downlevelIteration": true
}
}
|