summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-07 20:59:26 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-07 20:59:26 +0000
commit9f44e87b092e9149c47466e4578f794fe4376524 (patch)
treecab65045dac8cd99d48a225c731d09c4a000320b /jsconfig.json
parent2b8fea0fd0b514b5ca4349185bf4dfb4455d5875 (diff)
Does stuff
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json
index 8d445d6..3545e94 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -2,7 +2,6 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
- "checkJs": false
},
"exclude": ["node_modules"]
}