A bunch of shit

This commit is contained in:
MotorTruck1221
2025-03-17 23:32:14 -06:00
parent 6b09a5350e
commit 19e6beaec4
12 changed files with 1042 additions and 27 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": false,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {}
}
}