UNPKG
node-aws-tools
Version:
latest (0.1.0)
0.1.0
github.com/GlenCodez/aws-tools
GlenCodez/aws-tools
node-aws-tools
/
tsconfig.json
8 lines
•
151 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"
@tsconfig
/node16/tsconfig.json"
,
"compilerOptions"
: {
"outDir"
:
"dist"
},
"include"
: [
"src"
],
"exclude"
: [
"node_modules"
] }