Files
Next_Station_Plugin/default.project.json

20 lines
287 B
JSON
Raw Normal View History

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