feat: add root tsconfig

This commit is contained in:
Dominik Pschenitschni 2024-06-18 17:52:50 +02:00 committed by konrad
parent bf28a0c795
commit 4546bd6986

5
tsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"parserOptions": {
"project": "./frontend/tsconfig.json",
},
}