Files
Next_Station_Plugin/default.project.json

20 lines
290 B
JSON
Raw Normal View History

2025-09-14 13:34:16 +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"
}
}
}
}
}