aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-14 13:24:58 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-14 13:24:58 +0200
commitfe1ba2ad6affeb6c0e97c73171d8fa3f31dde73e (patch)
tree10caa332d957421e982c7ddd0c94623d5d62314d /tsconfig.json
parentchore: convert various JS to TS (#2062) (diff)
downloadferdium-app-fe1ba2ad6affeb6c0e97c73171d8fa3f31dde73e.tar.gz
ferdium-app-fe1ba2ad6affeb6c0e97c73171d8fa3f31dde73e.tar.zst
ferdium-app-fe1ba2ad6affeb6c0e97c73171d8fa3f31dde73e.zip
chore: convert files to TS (#2066)
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,