NEWS: Welcome to my new homepage! <3

deno.json - figure - The vanilla alternative for writing JSX-based React applications

figure

The vanilla alternative for writing JSX-based React applications
git clone git://192.168.2.2/figure
Log | Files | Refs | README | LICENSE

deno.json (151B)


      1 {
      2   "compilerOptions": {
      3     "lib": [
      4       "dom",
      5       "dom.iterable",
      6       "dom.asynciterable",
      7       "deno.ns",
      8       "deno.unstable"
      9     ]
     10   }
     11 }