all repos — kushiyaki @ 2646e87b080448d9a1e1b75da65c1a8affec6195

🍢 A tiny static site generator for grilling markdown files to perfection

tsconfig.json (view raw)

 1
 2
 3
 4
 5
 6
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "hastx"
  }
}