UNPKG
generator-ts-express-react
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
typescript generator react-flux/express
github.com/vgmr/generator-ts-express-react
generator-ts-express-react
/
generators
/
app
/
templates
/
tsconfig.json
14 lines
•
275 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"jsx"
:
"react"
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"typings/main"
,
"typings/main.d.ts"
]
}