Frontend/stfrontend/tsconfig.json
2024-12-05 19:31:18 +01:00

14 lines
188 B
JSON

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