UNPKG
@shko.online/componentframework-mock-cli
Version:
latest (0.1.0)
0.1.0
Command line interface for @shko.online/componentframework-mock
@shko.online/componentframework-mock-cli
/
tsconfig.build.json
8 lines
•
134 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"__tests__/**/*"
,
"lib/**/*"
,
"jest.config.ts"
]
}