main commit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "Vide.jsx",
|
||||
"jsxFragmentFactory": "Vide.Fragment",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "Node",
|
||||
"noLib": true,
|
||||
"resolveJsonModule": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleDetection": "force",
|
||||
"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
|
||||
},
|
||||
{
|
||||
"transform": "rbxts-transformer-services"
|
||||
},
|
||||
{
|
||||
"transform": "typescript-file-copy-plugin",
|
||||
"copy": [
|
||||
{
|
||||
"src": "src/*.toml",
|
||||
"dest": "src"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"transform": "tsc-progress",
|
||||
"title": "Building...",
|
||||
"color": "magenta"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user