1 Star 0 Fork 0

Catlair / graduation-object-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
Catlair 提交于 2022-03-31 18:50 . fix: 将必要文件夹添加到git
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": false,
"target": "es2020",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"~/*": ["./src/modules/*"]
},
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
},
"exclude": ["node_modules", "uploads", "dist", "public"],
"include": ["src"]
}
1
https://gitee.com/catlair/graduation-object-server.git
git@gitee.com:catlair/graduation-object-server.git
catlair
graduation-object-server
graduation-object-server
main

搜索帮助