First stabby stab

(cherry picked from commit 300e6cec5fb57ef15b7f4339750f58f522e8a799)
This commit is contained in:
Lani Aung
2025-06-02 22:04:06 -07:00
parent 0e7eacc5ff
commit f49a1617fb
5 changed files with 182 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}