UNPKG
@danhu90/work-template-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
A CLI to bootstrap my projects
github.com/danhu90/work-template-cli
danhu90/work-template-cli
@danhu90/work-template-cli
/
templates
/
gql-ts-prisma-codegen-apolloserver
/
tsconfig.build.json
4 lines
•
96 B
JSON
View Raw
1
2
3
4
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}