UNPKG
webcola
Version:
latest (3.4.0)
3.4.0
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.3
3.1.2
0.1.1
0.1.0
WebCola =======
github.com/tgdwyer/WebCola
tgdwyer/WebCola
webcola
/
tsconfig.json
14 lines
(13 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"compileOnSave"
:
false
,
"outDir"
:
"dist"
,
"rootDir"
:
"./WebCola"
}
,
"include"
:
[
"WebCola/src/**/*.ts"
,
"WebCola/*.ts"
]
}