releases-comm-central/third_party/asn1js/tsconfig.json

15 строки
286 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS",
"lib": [
"ES2019"
],
"strict": true,
"importHelpers": true,
"noImplicitOverride": true,
"skipLibCheck": true,
"noErrorTruncation": true,
"experimentalDecorators": true
}
}