equilink-site/client/tsconfig.json

12 lines
207 B
JSON
Raw Normal View History

2025-02-12 17:38:06 +05:30
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"jsx": "react-jsx",
"types": ["react", "react-dom"]
}
}