gecko-dev/third_party/js/PKI.js/tsconfig.json

16 строки
287 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "node",
"strict": true,
"importHelpers": true,
"noImplicitOverride": true,
"noErrorTruncation": true,
"experimentalDecorators": true
},
"exclude": [
"build/*.ts"
]
}