1 Star 0 Fork 157

finallycc / erupt-web

forked from YuePeng / erupt-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
YuePeng 提交于 2021-04-01 13:18 . 🔥 开源前端源码
{
"compileOnSave": false,
"compilerOptions": {
"allowJs": true,
"downlevelIteration": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015", //es es2015
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"baseUrl": "./",
"paths": {
"@shared": [
"src/app/shared/index"
],
"@shared/*": [
"src/app/shared/*"
],
"@core": [
"src/app/core/index"
],
"@core/*": [
"src/app/core/*"
],
"@env/*": [
"src/environments/*"
]
}
}
}
TypeScript
1
https://gitee.com/itfeely/erupt-web.git
git@gitee.com:itfeely/erupt-web.git
itfeely
erupt-web
erupt-web
master

搜索帮助