1 Star 0 Fork 0

App开发 / AngularJS_First

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhangJianping 提交于 2018-12-25 22:08 . first
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2015",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
}
}
JavaScript
1
https://gitee.com/frontend_technology_a/AngularJS_First.git
git@gitee.com:frontend_technology_a/AngularJS_First.git
frontend_technology_a
AngularJS_First
AngularJS_First
master

搜索帮助