summaryrefslogtreecommitdiffstats
path: root/third_party/js/PKI.js/tsconfig.json
blob: e72bdb66f9a586e6175f0c63045390fa73be8909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "target": "ES6",
    "module": "ES6",
    "moduleResolution": "node",
    "strict": true,
    "importHelpers": true,
    "noImplicitOverride": true,
    "noErrorTruncation": true,
    "experimentalDecorators": true
  },
  "exclude": [
    "build/*.ts"
  ]
}