summaryrefslogtreecommitdiff
path: root/scripts/jsconfig.json
blob: 5cf3835e818d0c8ca4636da4722c76b46a937c07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "declaration": true,
    "strict": true,
    "module": "esnext",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "target": "esnext"
  }
}