1 Star 0 Fork 26

lawrence/dbm

forked from devlive-community/dbm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
qianmoQ 提交于 2021-12-29 21:28 . [Refactor] Build a common window style
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": ".",
"target": "es5",
"module": "es2020",
"strict": false,
"allowJs": true,
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"downlevelIteration": true,
"importHelpers": true,
"noImplicitReturns": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2020",
"es2019",
"es2018",
"dom"
],
"paths": {
"@main/*": [
"src/main/*"
],
"@renderer/*": [
"src/renderer/*"
],
"@shared/*": [
"src/shared/*"
]
},
"types": [
"node"
]
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
},
"exclude": [
"node_modules",
"src/**/*.spec.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lawrence16_admin/dbm.git
git@gitee.com:lawrence16_admin/dbm.git
lawrence16_admin
dbm
dbm
master

搜索帮助