UNPKG

create-kaplay-game

Version:

CLI to scaffold an Electron+Vite+Kaplay game project.

14 lines (13 loc) 278 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["./*.ts"] }