1 Star 0 Fork 2

安卫国/fengdeng-storage-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
fengxici 提交于 2021-06-15 22:23 . initial commit,first complete version
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"module": "es2020",
"lib": [
"es2018",
"dom"
],
"paths": {
"@shared": [
"src/app/shared/index"
],
"@core": [
"src/app/core/index"
],
"@env/*": [
"src/environments/*"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wanfengluoye/fengdeng-storage-web.git
[email protected]:wanfengluoye/fengdeng-storage-web.git
wanfengluoye
fengdeng-storage-web
fengdeng-storage-web
master

搜索帮助