hexchess 2.0.0

A Rust / TypeScript library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
{
  "compilerOptions": {
    "baseUrl": ".",
    "declaration": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "lib": ["esnext"],
    "module": "esnext",
    "moduleResolution": "node",
    "noImplicitAny": true,
    "outDir": "dist",
    "paths": {
      "@/*": ["src/*"],
    },
    "rootDir": "src",
    "strict": true,
    "strictNullChecks": true,
    "target": "es2016",
  },
  "include": [
    "src/**/*",
  ]
}