Typescript for Linux

This commit is contained in:
2025-09-06 21:43:08 -07:00
parent d06d417475
commit 2b13c8c198
4 changed files with 138 additions and 15 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"lib": ["dom", "ESNext"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",