2025-02-16 01:53:00 -05:00
|
|
|
{
|
2025-02-16 21:30:09 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"esModuleInterop": true
|
|
|
|
|
},
|
2025-02-16 01:53:00 -05:00
|
|
|
"references": [
|
|
|
|
|
{ "path": "./tsconfig.app.json" },
|
|
|
|
|
{ "path": "./tsconfig.node.json" }
|
|
|
|
|
]
|
|
|
|
|
}
|