reCoreD-UI/web/tsconfig.json

17 lines
251 B
JSON
Raw Normal View History

2024-04-03 09:05:12 +00:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
2024-04-12 07:16:52 +00:00
],
"compilerOptions": {
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
}
2024-04-03 09:05:12 +00:00
}