UNPKG
@rnm/tscx
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A tsc wrapper with many convenient features.
github.com/rnmjs/tscx
rnmjs/tscx
@rnm/tscx
/
tsconfig.json
6 lines
(5 loc)
•
103 B
JSON
View Raw
1
2
3
4
5
6
{
"extends"
:
"../../tsconfig"
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"**/*.spec.ts"
,
"**/*.test.ts"
]
}