UNPKG
tree-hugger-js
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.3
0.2.0
0.1.0
A friendly tree-sitter wrapper for JavaScript and TypeScript
tree-hugger-js
/
tsconfig.test.json
9 lines
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"."
,
"types"
:
[
"jest"
,
"node"
]
}
,
"include"
:
[
"src/**/*"
,
"tests/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}