This commit is contained in:
Ashcon Partovi 2023-11-17 12:37:18 -08:00
parent 830e319e28
commit 8f31cd5980
13 changed files with 403 additions and 78879 deletions

View file

@ -5,6 +5,7 @@
"module": "ES2020",
"target": "ES2020",
"moduleResolution": "node",
"skipLibCheck": true
"skipLibCheck": true,
"types": ["node"]
}
}