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