frontend/tsconfig.json
2025-03-10 12:51:40 -06:00

12 lines
229 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"resolveJsonModule": true,
"esModuleInterop": true
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
}