blakeblackshear.frigate/web/jsconfig.json

10 lines
188 B
JSON
Raw Normal View History

2022-02-27 15:04:12 +01:00
{
"compilerOptions": {
"target": "ES2019",
"jsx": "preserve",
"jsxFactory": "h",
2022-02-26 20:11:00 +01:00
"jsxFragmentFactory": "Fragment"
},
"include": ["./src/**/*.js", "./src/**/*.jsx"]
2022-02-27 15:04:12 +01:00
}