summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6dcf49291..c1c2fded2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,11 +13,13 @@
13 "types": ["node", "mocha"], 13 "types": ["node", "mocha"],
14 "sourceMap": true, 14 "sourceMap": true,
15 "skipLibCheck": true, 15 "skipLibCheck": true,
16 "noImplicitAny": false, // TODO: Need to switch 16 // TODO: Need to switch
17 "noImplicitAny": false,
17 "pretty": true, 18 "pretty": true,
18 "allowSyntheticDefaultImports": true, 19 "allowSyntheticDefaultImports": true,
19 "experimentalDecorators": true, 20 "experimentalDecorators": true,
20 "composite": true, 21 "composite": true,
22 // TODO: Change this config option to false once ms v3 is released and adopted
21 "esModuleInterop": true, 23 "esModuleInterop": true,
22 "importHelpers": true, 24 "importHelpers": true,
23 "removeComments": true, 25 "removeComments": true,