UNPKG
factory-transpiler
Version:
latest (2.4.1)
2.4.1
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
Factory Transpiler for HTML
github.com/Plixo2/FactoryTranspiler
Plixo2/FactoryTranspiler
factory-transpiler
/
tsconfig.json
13 lines
(12 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es6"
]
,
"moduleResolution"
:
"node"
,
"declaration"
:
true
,
"strict"
:
false
,
"outDir"
:
"out"
,
"rootDir"
:
"src"
}
}