Initial version release.

This commit is contained in:
gearheaded 2026-06-11 15:22:12 -04:00
parent 4315fe9343
commit 4b05f9f246
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"js/ts.tsdk.path": "node_modules\\typescript\\lib"
}

View file

@ -9,7 +9,7 @@
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"lib": ["ES6", "DOM"],
"lib": ["ES2017", "DOM"],
"noImplicitAny": true,
"skipLibCheck": true
},