blakeblackshear.frigate/web/jsconfig.json
2022-02-27 08:04:12 -06:00

9 lines
139 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
}
}