4LostInSpace

This commit is contained in:
2025-02-22 12:36:16 -06:00
commit 6c01fe8122
24 changed files with 4067 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["ES2021"],
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}