kios-webapp/tsconfig.json
Max Schmidt 0d20e7f738 hallo
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-19 13:30:03 +02:00

13 lines
183 B
JSON

{
"include": ["*.ts"],
"exclude": ["node_modules"],
"references": [
{
"path": "./astro/tsconfig.json"
},
{
"path": "./payload/tsconfig.json"
}
]
}