summaryrefslogtreecommitdiffstats
path: root/comm/third_party/asn1js/tsconfig.json
blob: 87c32e8273d3270e89f8c8df4afa69d454a7d585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "target": "ES2019",
    "module": "CommonJS",
    "lib": [
      "ES2019"
    ],
    "strict": true,
    "importHelpers": true,
    "noImplicitOverride": true,
    "skipLibCheck": true,
    "noErrorTruncation": true,
    "experimentalDecorators": true
  }
}