mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
7 lines
143 B
JSON
7 lines
143 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "precompile",
|
|
"jsxImportSource": "jsx-precompile",
|
|
"jsxPrecompileSkipElements": ["a", "img"]
|
|
}
|
|
}
|