aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
blob: 608b618b86952fc0692f7595e73cba477523fc7b (plain)
1
2
3
4
5
{
  "extends": "./tsconfig.json",
  "compilerOptions": { "rootDir": "." },
  "include": ["src/**/*.ts", "benchmark/**/*.ts"]
}