dashboard
repositories
filestore
activity
search
login
xsmax
/
epc-web
费用云前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
费用云更改样式
gaobaoming
2018-10-31
d95781695bf820f2ec828ed4fcc01ca811b6d4f1
[xsmax/epc-web.git]
/
src
/
tsconfig.app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "es2015",
"baseUrl": "",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}