Files
MattrixwvReactComponents/tsconfig.json
2025-11-17 21:59:15 -05:00

13 lines
234 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.lib.json" },
{ "path": "./tsconfig.test.json" }
],
"compilerOptions": {
"jsx": "react-jsx"
}
}