20 lines
287 B
JSON
20 lines
287 B
JSON
|
|
{
|
||
|
|
"name": "roblox-ts-plugin",
|
||
|
|
"globIgnorePaths": [
|
||
|
|
"**/package.json",
|
||
|
|
"**/tsconfig.json"
|
||
|
|
],
|
||
|
|
"tree": {
|
||
|
|
"$path": "out",
|
||
|
|
"include": {
|
||
|
|
"$path": "include",
|
||
|
|
"node_modules": {
|
||
|
|
"$className": "Folder",
|
||
|
|
"@rbxts": {
|
||
|
|
"$path": "node_modules/@rbxts"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|