summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 00000000..390b1624
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "module": "ES2020",
+ "target": "ES2020",
+ "checkJs": false
+ },
+ "exclude": [
+ "node_modules",
+ "**/node_modules/*"
+ ]
+}