diff options
Diffstat (limited to 'tsconfig.benchmark.json')
| -rw-r--r-- | tsconfig.benchmark.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json index 608b618..79f519c 100644 --- a/tsconfig.benchmark.json +++ b/tsconfig.benchmark.json @@ -1,5 +1,8 @@ { "extends": "./tsconfig.json", - "compilerOptions": { "rootDir": "." }, + "compilerOptions": { + "rootDir": ".", + "target": "es2018" + }, "include": ["src/**/*.ts", "benchmark/**/*.ts"] } |
