equilink-site/client/tsconfig.json
2025-02-12 17:38:06 +05:30

12 lines
207 B
JSON

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