isaac-typescript-definitions-repentogon
v1.11.0
Published
TypeScript definitions for REPENTOGON, an exe-hack which expands the modding API for Repentance.
Downloads
2,671
Maintainers
Readme
isaac-typescript-definitions-repentogon
These are TypeScript definitions for REPENTOGON, an exe-hack for the modding API of The Binding of Isaac: Repentance.
They are not included by default in IsaacScript mods.
Installation
First, add these definitions as a dependency (similar to any other JavaScript/TypeScript dependency):
npm install isaac-typescript-definitions-repentogon --save
Second, add the following to your "tsconfig.json" file:
"compilerOptions": {
"types": ["isaac-typescript-definitions-repentogon"],
},