UNPKG

roblox-ts

Version:

<div align="center"><img width=25% src="https://i.imgur.com/yCjHmng.png"></div> <h1 align="center"><a href="https://roblox-ts.github.io/">roblox-ts</a></h1> <div align="center">A TypeScript-to-Lua Compiler for Roblox</div> <br> <div align="center"> <a hr

35 lines (34 loc) 562 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "required": ["name", "tree"], "type": "object", "properties": { "name": { "type": "string" }, "servePort": { "type": "integer" }, "tree": { "$id": "tree", "type": "object", "properties": { "$className": { "type": "string" }, "$ignoreUnknownInstances": { "type": "boolean" }, "$path": { "type": "string" }, "$properties": { "type": "object" } }, "patternProperties": { "^[^\\$].*$": { "$ref": "tree" } } } } }