common is now a node package
This commit is contained in:
+6
-6
@@ -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...",
|
||||
|
||||
Reference in New Issue
Block a user