2025-09-14 13:34:16 +02:00
|
|
|
{
|
2025-09-20 08:08:29 +02:00
|
|
|
"name": "next-station-plugin",
|
2025-09-14 13:34:16 +02:00
|
|
|
"globIgnorePaths": [
|
|
|
|
|
"**/package.json",
|
|
|
|
|
"**/tsconfig.json"
|
|
|
|
|
],
|
|
|
|
|
"tree": {
|
|
|
|
|
"$path": "out",
|
|
|
|
|
"include": {
|
|
|
|
|
"$path": "include",
|
|
|
|
|
"node_modules": {
|
|
|
|
|
"$className": "Folder",
|
|
|
|
|
"@rbxts": {
|
|
|
|
|
"$path": "node_modules/@rbxts"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|