pagurus 0.7.4

Ultra-portable game engine suited for offline 2D games powered by WebAssembly
Documentation
{
  "compilerOptions": {
    "lib": ["es2020", "dom"],
    "target": "esnext",
    "module": "esnext",
    "outDir": "dist",
    "strict": true,
    "declaration": true,
    "strictNullChecks": true,
    "importHelpers": true,
    "experimentalDecorators": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "newLine": "LF",
    "stripInternal": true
  },
  "include": [
    "src"
  ]
}