frontend/tsconfig.json

11 lines
207 B
JSON

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