added realtime stuff (NOT TESTED)

This commit is contained in:
2026-07-17 23:34:03 -05:00
parent 9c56d278e6
commit 0a3b13c147
7 changed files with 251 additions and 24 deletions
+2 -1
View File
@@ -23,6 +23,7 @@
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
/* Modules */
"module": "ES2022", /* Specify what module code is generated. */
"moduleResolution": "bundler", /* Use package.json exports for Bun/ESM. */
"rootDir": "./", /* Specify the root folder within your source files. */
"paths": {
"@/*": [
@@ -96,4 +97,4 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
}
}