This website works better with JavaScript.
Home
Explore
Help
Sign In
cziermann
/
geekfights-service
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
2
Commits
2
Branches
Branch:
feature/add-graphql
geekfights-service
/
tsconfig.build.json
5 lines
97B
Raw
Permalink
Blame
History
{
"extends"
:
"./tsconfig.json"
,
"exclude"
: [
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}