summaryrefslogtreecommitdiffstats
path: root/third_party/js/PKI.js/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/js/PKI.js/tsconfig.json')
-rw-r--r--third_party/js/PKI.js/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/js/PKI.js/tsconfig.json b/third_party/js/PKI.js/tsconfig.json
new file mode 100644
index 0000000000..e72bdb66f9
--- /dev/null
+++ b/third_party/js/PKI.js/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "target": "ES6",
+ "module": "ES6",
+ "moduleResolution": "node",
+ "strict": true,
+ "importHelpers": true,
+ "noImplicitOverride": true,
+ "noErrorTruncation": true,
+ "experimentalDecorators": true
+ },
+ "exclude": [
+ "build/*.ts"
+ ]
+}