additional updates.

This commit is contained in:
theofficialomega
2025-06-29 00:17:31 +02:00
parent b5f36296e9
commit 59c3e0b191
8 changed files with 8464 additions and 5986 deletions

View File

@@ -11,8 +11,8 @@
"./scripts/types"
],
"allowJs": true,
"outDir": "./"
"outDir": "./dist"
},
"include": ["src/**/*", "scripts/types/**/*"],
"include": ["scripts/**/*", "src/**/*"],
"exclude": ["node_modules", "dist"]
}