UNPKG
@hygiene/cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/cli
/
tsconfig.json
9 lines
(8 loc)
•
186 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
: {
"typeRoots"
: [
"../../node_modules/
@types
"
,
"node_modules/
@types
"
] },
"include"
: [
"src/**/*"
],
"outDir"
:
"./dist"
}