aboutsummaryrefslogtreecommitdiff
path: root/examples/tsconfig.json
blob: 404c353e6ad8116f34410d9e7180aff03f341b54 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "lib": ["ESNext"],
    "module": "esnext",
    "target": "esnext",
    "typeRoots": ["../types"]
  }
}