UNPKG
@incodelang/templates
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Server for storing templates
@incodelang/templates
/
tsconfig.json
11 lines
•
176 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"include"
:
[
"src/**/*"
]
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"types"
}
}