1 Star 0 Fork 0

DJun-小丁/typeorm-0.3-dmdb8

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 935 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"module": "commonjs",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "build/compiled",
"pretty": true,
"sourceMap": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"stripInternal": true,
"useUnknownInCatchVariables": false
},
"include": [
"sample",
"src",
"test",
"*.ts"
],
"exclude": [
"build",
"node_modules",
"temp",
"tmp"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djunxp/typeorm-0.3-dmdb8.git
git@gitee.com:djunxp/typeorm-0.3-dmdb8.git
djunxp
typeorm-0.3-dmdb8
typeorm-0.3-dmdb8
master

搜索帮助