summaryrefslogtreecommitdiff
path: root/tests/specs/run/jsx_import_source_pragma/jsx/deno-jsx-precompile.jsonc
blob: 95ae1b9f316bd5df737f0017ea95a0e7887fa005 (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "jsx": "precompile",
    "jsxImportSource": "jsx-precompile"
  }
}