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