mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 11:53:59 -05:00
8 lines
143 B
JSON
8 lines
143 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"jsx": "precompile",
|
||
|
"jsxImportSource": "jsx-precompile",
|
||
|
"jsxPrecompileSkipElements": ["a", "img"]
|
||
|
}
|
||
|
}
|