mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 21:35:31 -05:00
42b71d82db
Co-authored-by: David Sherret <dsherret@gmail.com>
7 lines
143 B
Text
7 lines
143 B
Text
{
|
|
"compilerOptions": {
|
|
"jsx": "precompile",
|
|
"jsxImportSource": "jsx-precompile",
|
|
"jsxPrecompileSkipElements": ["a", "img"]
|
|
}
|
|
}
|