UNPKG
what-is-my-tech-stack
Version:
latest (1.0.0)
1.0.0
Analyze project dependencies and generate a human-readable tech stack description
what-is-my-tech-stack
/
tsconfig.spec.json
13 lines
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist/tests"
,
"rootDir"
:
"."
,
"types"
:
[
"jest"
,
"node"
]
}
,
"include"
:
[
"src/**/*"
,
"tests/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}