UNPKG
@easy-team/res
Version:
latest (2.0.1)
next (2.0.0)
2.0.1
2.0.0
1.0.0
A Powerful, Simple Node React Web Framework
@easy-team/res
/
app
/
web
/
tsconfig.json
16 lines
(15 loc)
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"../../config/tsconfig.json"
,
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"esnext"
,
"lib"
:
[
"es6"
,
"dom"
]
}
,
"exclude"
:
[
"node_modules"
,
"**/*.spec.ts"
]
}