From 4b05f9f246a3304411beb731fcc1af1d569bc2e0 Mon Sep 17 00:00:00 2001 From: gearheaded Date: Thu, 11 Jun 2026 15:22:12 -0400 Subject: [PATCH] Initial version release. --- .vscode/settings.json | 3 +++ tsconfig.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d59504a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "js/ts.tsdk.path": "node_modules\\typescript\\lib" +} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 3fa28f3..663b045 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "importHelpers": true, "isolatedModules": true, "strictNullChecks": true, - "lib": ["ES6", "DOM"], + "lib": ["ES2017", "DOM"], "noImplicitAny": true, "skipLibCheck": true },