summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/tsconfig.json
blob: 44baf375c8825975f38a3cf576995bfc472500b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "allowJs": true,
    "module": "ES2020",
    "outDir": "./dist",
    "target": "ES2020"
  }
}