UNPKG
randia-api-builder
Version:
latest (0.0.1)
0.0.1
Samll API Builder
randia-api-builder
/
tsconfig.json
10 lines
•
138 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}