Typescript for Linux

This commit is contained in:
2025-09-06 21:39:27 -07:00
parent d06d417475
commit e3bb5533b1
4 changed files with 137 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",