aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: aa7207dc4aa593cc26a985a8858c01e216eba355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "declaration": true,
    "target": "esnext",
    "lib": ["esnext", "dom"],
    "strict": true,
    "noImplicitAny": false,
    "esModuleInterop": true,
    "moduleResolution": "node",
    "noImplicitReturns": true,
    "checkJs": false,
    "outDir": "lib",
    "baseUrl": "."
  }
}