UNPKG
make-pesto
Version:
latest (0.1.1)
0.1.1
0.1.0
Pesto is a command-line tool to assist in creating Node.js packages. 🔪🌿
make-pesto
/
tsconfig.json
9 lines
(8 loc)
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"
@tsconfig
/recommended/tsconfig.json"
,
"compilerOptions"
: {
"outDir"
:
"out"
, },
"exclude"
: [
"node_modules"
] }