all repos — kushiyaki @ 72fe4f857decb5d46219cdef4f18afcb9a116e5d

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