UNPKG
ves
Version:
beta (2.0.0-beta.3)
latest (2.0.2)
2.0.2
2.0.1
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.0.1
1.0.0
0.3.0
0.1.1
0.1.0
0.0.1
A Powerful, Simple Vue Node Isomorphic Framework
ves
/
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"
]
}