UNPKG

@origami-minecraft/devbuilds

Version:

Origami is a terminal-first Minecraft launcher that supports authentication, installation, and launching of Minecraft versions — with built-in support for Microsoft accounts, mod loaders, profile management, and more. Designed for power users, modders, an

14 lines (13 loc) 255 B
{ "extends": "./node_modules/gts/tsconfig-google.json", "compilerOptions": { "rootDir": "src", "outDir": "build", "esModuleInterop": true, "declarationDir": "build/types" }, "include": [ "src/**/*.ts", "test/**/*.ts" ] }