all repos — kushiyaki @ 8e7c9d2ed42b7aad6b479eb4bb7026f7348b9003

🍢 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"
  }
}