summaryrefslogtreecommitdiffstats
path: root/comm/third_party/asn1js/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/asn1js/tsconfig.json')
-rw-r--r--comm/third_party/asn1js/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/comm/third_party/asn1js/tsconfig.json b/comm/third_party/asn1js/tsconfig.json
new file mode 100644
index 0000000000..87c32e8273
--- /dev/null
+++ b/comm/third_party/asn1js/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "target": "ES2019",
+ "module": "CommonJS",
+ "lib": [
+ "ES2019"
+ ],
+ "strict": true,
+ "importHelpers": true,
+ "noImplicitOverride": true,
+ "skipLibCheck": true,
+ "noErrorTruncation": true,
+ "experimentalDecorators": true
+ }
+} \ No newline at end of file