added Linting for TypeScript

This commit is contained in:
2025-10-24 02:38:50 +02:00
parent 5546d5511e
commit f648952fa9
8 changed files with 319 additions and 5 deletions

View File

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