mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
build: fix issue where frontend was included in backend tsc build
This commit is contained in:
parent
5096b0910d
commit
be7fb7d13a
1 changed files with 2 additions and 1 deletions
|
|
@ -13,5 +13,6 @@
|
|||
"paths": {},
|
||||
"lib": ["ES2020"]
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["src", "test"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue