aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-09 22:58:08 +0200
committerVendicated <vendicated@riseup.net>2022-10-09 22:58:08 +0200
commita89e17a3904cce8b7c9a70519e275fe9364526ae (patch)
treecd611a02618ac9aa59af7633ee35d96926251e68 /tsconfig.json
parent5610df8b3707fd8405764b903cb3f829571075ac (diff)
downloadVencord-a89e17a3904cce8b7c9a70519e275fe9364526ae.tar.gz
Vencord-a89e17a3904cce8b7c9a70519e275fe9364526ae.tar.bz2
Vencord-a89e17a3904cce8b7c9a70519e275fe9364526ae.zip
Make typescript happy, tsc test run in CI
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 620512a..5d87ced 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,13 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
- "lib": ["DOM", "esnext", "esnext.array", "esnext.asynciterable", "esnext.symbol"],
+ "lib": [
+ "DOM",
+ "esnext",
+ "esnext.array",
+ "esnext.asynciterable",
+ "esnext.symbol"
+ ],
"module": "commonjs",
"moduleResolution": "node",
"strict": true,