Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/conf/deno-ts-compile.jsonc
12925 views
{
  "compilerOptions": {
    "allowJs": true,
    "lib": ["DOM", "ES2021"],
    "strict": true,

    /* these are strictly for deno check; we never use deno to emit */
    "jsx": "react-jsx",
    // "jsxImportSource": "5ac3b908-e9b5-4da9-87db-cb2251556334"
    "jsxImportSource": "quarto-tsx"
  }
}