UNPKG

@minima-global/create-minima-app

Version:

<p align="center"> A Cli for creating and building MiniDapps on the Minima Blockchain. </p>

14 lines (13 loc) 260 B
{ "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "paths": { "@/*": ["./src/*"] } }, "include": ["vite.config.ts"] }