1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/cli/tests/testdata/jsx/deno-jsx-precompile.jsonc
Bartek Iwańczuk 587f2e0800
feat: precompile JSX (#20962)
Co-authored-by: Marvin Hagemeister <marvin@deno.com>
2023-11-01 20:30:23 +00:00

6 lines
96 B
Text

{
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "jsx-precompile"
}
}