summaryrefslogtreecommitdiff
path: root/tools/test-helper/tsconfig.json
blob: 952c404262aef38eb99d962fb34a8896f32a5068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "module": "nodenext",
    "lib": ["ES2022", "DOM"],
    "target": "ES2022",
    "moduleResolution": "nodenext",
    "outDir": "dist",
    "sourceMap": true,
    "rootDir": "src",
    "strict": true
  }
}