common is now a node package

This commit is contained in:
2026-06-29 14:22:14 +02:00
parent 3917b5303e
commit 8b7894ccb1
17 changed files with 247 additions and 193 deletions
+6 -6
View File
@@ -13,18 +13,12 @@
"strict": true,
"target": "ESNext",
"skipLibCheck": true,
"paths": {
"@common/*": ["./src/*"],
},
"typeRoots": ["node_modules/@rbxts", "node_modules/@flamework"],
"types": ["compiler-types", "types"],
"incremental": true,
"experimentalDecorators": true,
"plugins": [
{
"transform": "rbxts-transformer-access"
},
{
"transform": "rbxts-transformer-flamework",
"obfuscation": true
@@ -41,6 +35,12 @@
}
]
},
{
"transform": "rbxts-transform-boost",
"optimize": true,
"strict": true,
"hoist": true
},
{
"transform": "tsc-progress",
"title": "Building...",