1 Star 0 Fork 0

vant / show-me-the-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.app.json 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
intellild 提交于 2019-08-04 22:36 . move client app out
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"include": [
"client/**/*.ts"
],
"exclude": [
"client/test.ts",
"client/**/*.spec.ts"
],
"angularCompilerOptions": {
"enableIvy": false
}
}
1
https://gitee.com/vant-contrib/show-me-the-code.git
git@gitee.com:vant-contrib/show-me-the-code.git
vant-contrib
show-me-the-code
show-me-the-code
master

搜索帮助