1 Star 0 Fork 26

xiaoshi_love / Nest-Web

forked from 蕉zisuzz / Nest-Web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
蕉zisuzz 提交于 2019-10-08 10:33 . first 提交
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": ".",
"paths":{
"@code":["./src/support/code/"],
"@code/*":["./src/support/code/*"]
}
},
"include": [
"src/**/*", "src/support/code/.ts"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
TypeScript
1
https://gitee.com/xiaoshi_love/Nest-Web.git
git@gitee.com:xiaoshi_love/Nest-Web.git
xiaoshi_love
Nest-Web
Nest-Web
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891