This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
ad
mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
Watch
1
Star
0
Fork
You've already forked ad
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f6c3204708
ad
/
tsconfig.build.json
5 lines
98 B
JSON
Raw
Normal View
History
Unescape
Escape
first commit
2023-05-03 11:43:21 +00:00
{
"extends"
:
"./tsconfig.json"
,
Fix tests path in build config
2024-04-26 08:57:45 +00:00
"exclude"
:
[
"node_modules"
,
"tests"
,
"dist"
,
"**/*spec.ts"
]
first commit
2023-05-03 11:43:21 +00:00
}