summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-10-26 20:32:50 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-02 11:27:20 +0100
commit2be4f2836996d51a3695d0e621ff1702a64308b7 (patch)
treeeb093799ea40b54414c54d899721d7b2a2241d5b /tsconfig.json
parent6557bb28732e03f3831b9c4ebce64346ce9695f5 (diff)
use newer libraries and clean up eslint
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 72691c01a..492bbd7c9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -45,6 +45,6 @@
"tests/**/*.tsx"
],
"exclude": [
-
+ "node_modules"
]
} \ No newline at end of file