main commit

This commit is contained in:
2026-06-21 11:27:44 +02:00
commit f45e5197a4
44 changed files with 4511 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"rootDirs": ["src"],
"outDir": "out",
"typeRoots": [
"node_modules/@rbxts",
"node_modules/@flamework",
]
},
"include": ["src/**/*", "node_modules/rbxts-transformer-instances"]
}