blakeblackshear.frigate/web/jsconfig.json

9 lines
139 B
JSON
Raw Normal View History

2022-02-27 15:04:12 +01:00
{
"compilerOptions": {
"target": "ES2019",
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
}
}