aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
blob: e8b1542e7cd7fc88b0ee0275d8b4345e60d379d1 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "target": "es2018",
    "module": "commonjs"
  },
  "include": ["src/**/*.ts", "benchmark/**/*.ts"]
}