build: fix issue where frontend was included in backend tsc build

This commit is contained in:
Julian Tölle 2021-06-20 14:06:41 +02:00
parent 5096b0910d
commit be7fb7d13a

View file

@ -13,5 +13,6 @@
"paths": {},
"lib": ["ES2020"]
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"include": ["src", "test"]
}