create-roblox-ts-script
Version:
CLI tool for creating Roblox scripts using TypeScript.
20 lines (19 loc) • 353 B
JSON
{
"name": "Project",
"globIgnorePaths": [
"../../**/package.json",
"../../**/tsconfig.json"
],
"tree": {
"$path": "../../out",
"include": {
"$path": "../../out/include",
"node_modules": {
"$className": "Folder",
"@rbxts": {
"$path": "../../node_modules/@rbxts"
}
}
}
}
}