QUOTE: Life is tough, but so are you.
The vanilla alternative for writing JSX-based React applications
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 }