1 Star 1 Fork 45

秋凉 / ThinkTs

forked from Asciphx / ThinkTs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2020-10-17 20:50 . bugFix:baseUrl
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"declaration": false,
"noImplicitAny": false,
"noUnusedLocals": false,
"removeComments": true,
"noEmit": false,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": false,
"allowJs": true,
"lib": ["es7","dom"],
"outDir": "./dist",
"baseUrl": "/",
"rootDir": "./ts"
},
"exclude": ["node_modules","log","lib","dist","routes","views","upload"],
"include": ["ts/**/*.ts"]
}
TypeScript
1
https://gitee.com/cool-autumn-days/ThinkTs.git
git@gitee.com:cool-autumn-days/ThinkTs.git
cool-autumn-days
ThinkTs
ThinkTs
master

搜索帮助