Frontend/stfrontend/tsconfig.json

15 lines
188 B
JSON
Raw Normal View History

2024-11-28 22:42:10 +01:00
{
2024-12-05 19:31:18 +01:00
"compilerOptions": {
"allowJs": true,
},
2024-11-28 22:42:10 +01:00
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}