UNPKG

isaacscript

Version:

A command line tool for managing Isaac mods written in TypeScript.

25 lines (24 loc) 611 B
{ "title": "tsconfig.json with IsaacScript", "description": "JSON schema for the TypeScript compiler's configuration file with IsaacScript", "$schema": "http://json-schema.org/draft-07/schema", "allOf": [ { "$ref": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json" } ], "properties": { "$schema": { "type": "string" }, "isaacscript": { "allOf": [ { "$ref": "./tsconfig-isaacscript-section-schema.json" } ] } }, "allowTrailingCommas": true, "unevaluatedProperties": false }