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