UNPKG

create-mca

Version:

create-mc-addon Is A Package To Quickly Bootstrap A Development Enviroment For The Minecraft Bedrock Edition. To Get Started Just Run : ``` npx create-mca ```

12 lines (11 loc) 276 B
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "Node", "lib": ["ES2020", "DOM"], "strict": true, "allowSyntheticDefaultImports": true }, "exclude": ["node_modules", ".regolith"] }